Hello,
I have deployed two websites on windows azure SQL virtual machine and I am able to access these websites on local host but not able to access it from outside. Below is what I have already done:
- IIS 8 installed
- End point - HTTP port 80 created
- Website deployed in IIS
- Website folder created under wwwroot folder
- Able to access IIS page from outside network via accessing URL: http://vmname.cloudapp.net/
Problem is how to access various websites deployed in virtual machine. For example- I have www.webiste1.com (works on .net framework 2.0 - changed in application pool), www.webiste2.com (static HTML website), and www.webiste3.com (works on .net framework 2.0 - changed in application pool) then how to assign and custom domain and access from outside?
Please provide your help in resolving this issue.
Regards,
Anuj