Reputation: 13906
It was feasible in Azure SDK 1.7 but now it uses IIS Express. My cloud service is consumed by other application within LAN. I wish to expose my development emulator to the consuming application. So that it could test locally.
Currently I have to publish to cloud & do remote debugging to find issues.
Although I have been able to expose IIS Express using this post but every time I restart emulator, my IIS express custom changes are lost.
Is there a work-around to tell azure emulator to use full IIS?
Upvotes: 1
Views: 2451
Reputation: 1633
Screen shot from visual studio. You DO NOT have to use IIS for the emulator
Upvotes: 0
Reputation: 11008
In the properties for the cloud service project go to the Web settings and then switch the Emulator settings from 'Use Emulator Express' to 'Use Full Emulator'. After this the Local Development Server options will enable you to choose 'Use IIS Web Server'.
Upvotes: 4