I have a web application which is hosted by ourself.
We plan to host in Azure soon, so I add Azure project.
Now on, whenever I debug, Azure Emulator is loaded. It is very slow to debug in Emulator.
I uncheck Azure project for Debug in Configuration Manager, but it still debug with Azure Emulator.
Is there anyway I can debug (like my old single web application) without Azure Emulator? I can delete Azure project while debugging, and create it again when ready to publish to Azure; however, it is not convenience.
Thanks in advance!
If you set your web role project (not the azure/cloud one) as the startup project you should be able to debug the web (asp.net?) project normally (on development webserver, IIS or IIS express).