VisualBasic 2015 .NET web app hosted on my Azure Windows server VM could browse ok from Internet and from Azure IIS in 2016.
Then, last year 2016, I shutdown and de-allocated the VM to save money. I just re-allocated it MARCH 2017, and VM runs ok.
But when I try to even locally (from VM) browse my web from VM's IIS, I get: "This page can’t be displayed".
Obviously, public browse fails too, (I updated DNS to new Azure public IP).
Web is a Virtual Directory on IIS.
I updated Windows, and restarted. Same problem.
I open web's Visual Studio project and can successfully run the web app from there.
Member
5 Points
104 Posts
Azure Windows VM IIS can't browse my .NET web app after re-allocating Azure VM
Mar 13, 2017 04:20 PM|_Doug|LINK
VisualBasic 2015 .NET web app hosted on my Azure Windows server VM could browse ok from Internet and from Azure IIS in 2016.
Then, last year 2016, I shutdown and de-allocated the VM to save money. I just re-allocated it MARCH 2017, and VM runs ok.
But when I try to even locally (from VM) browse my web from VM's IIS, I get: "This page can’t be displayed".
Obviously, public browse fails too, (I updated DNS to new Azure public IP).
Web is a Virtual Directory on IIS.
I updated Windows, and restarted. Same problem.
I open web's Visual Studio project and can successfully run the web app from there.
Star
11650 Points
3462 Posts
Re: Azure Windows VM IIS can't browse my .NET web app after re-allocating Azure VM
Mar 14, 2017 06:53 AM|HostingASPNet|LINK
Hello,
It seems as connection problem, check your firewall/antivirus settings.
Regards
HowtoASP.NET - Free ASP.NET tutorials with examples and source code.
Member
5 Points
104 Posts
Re: Azure Windows VM IIS can't browse my .NET web app after re-allocating Azure VM
Mar 17, 2017 06:33 PM|_Doug|LINK
Firewall off.
Could something have been disabled when I de-allocated the VM?
I see in the VM dashboard that Microsoft changed the Public virtual IP (VIP) address.
Would this affect IIS or the server?