Hi,
I want to deploy my web app. I've created an azure service: myapp.cloudapp.net
I created an azure project and added it to my VS solution, and gave it a role that references my web app project.
When I try to publish I get the error "the http request was forbidden with client authentication scheme "anonymous""
I read that this was because I need to upload a certificate to the portal. Is this true?
How do I generate a certificate? I can't find makecert anywhere on my machine.
Am I missing something, because this seems way more painful than it should be to get started with Azure?
Thanks,
Jack