Hi
I am trying to browse an asp.net mvc application hosted on Azure VM and have not been able to do so. Below are the things I have done.
1) Setup IIS , create a web application within IIS and host the debug binaries.
2) Setup database on the same VM and point the application connection string to this DB.
3) On the management portal I have created an http end point exposing port 80 for this VM.
When I run the application on the local VM it works fine (checked using bothhttp://localhost and http://testnet.cloudapp.net).
When I try to browse it from outside the VM I keep getting 'Network Error(tcp_error),communication error:operation timed out'.
I am checking this behind a Corporate LAN (auto detect proxy settings) and also the admins have provided only specific IP with MAC address to access these VMS.
Please do suggest Way ahead.
Thanks