Simple question but lots of meaning/discussion behind!!!
Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
Simple question but lots of meaning/discussion behind!!!
Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
Follow the steps to change 127.0.0.1 to desire IP
Compute Emulator Settings:
Storage Emulator Settings:
Go to %Program Files%\Microsoft SDKs\Windows Azure\Emulator\devstore
Take backup of “DSServiceLDB.exe.config” so that if something goes you can revert it back.
Take backup of “DSServiceSQL.exe.config” so that if something goes you can revert it back.
Change the IP address 127.0.0.1 to desired IP address in the services section of both the config file:
Save both the config files and restart the storage emulator.
Finally change the storage account connection string in visual studio so that it points to proper IP address. The emulator uses following credentials:
Account Name: devstoreaccount1
Account key: Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
Note: If the above account key does not work then check account key in “DSServiceSQL.exe.config” file under “<accounts>” section.
Make sure you specify custom endpoint based on your IP address as shown in the screen shots below.
That’s all needed to run Azure Emulator on local network!
Original blog: http://blog.piyushthacker.com/?p=24
Yes it is. Right click the project -> Properties -> Web -> Open Specific Page OR Start Url