I have a Azure WebRole running in VS2008, and whenever I launch it using Dev Fabric, the browser pops up an authentication dialog - which I can log in with my local account credentials.
My web.config is set to forms auth, and if I run the WebRole directly (without dev fabric) it works no problem.
Does anybody know how to configure the Dev Fabric's default authentication?
The reason I ask is that this is causing issues with WCF RIA Services (which don't like mixed authentication schemes).