Let's say I just want to upload a simple index.html file on my Azure web site (called "test"). To do this, I set my deployment credentials. For example, username: frog password: froggy
I am able to use these credentials to upload the file using an FTP client (i.e. FileZilla) but when I download the PublishProfile it has different credentials. Namely, username: test\$test password: (someEncryptedLongCharacters)
These last credentials work as well!
What is going on?
Thank you.