Search code examples
asp.net-mvcnetwork-programminggoogle-compute-enginecloud-hostingwindows-server-2012-r2

How to access ASP.NET website hosted in Google cloud windows instance


I recently got ASP.NET infrastructure on Google cloud for hosting an ASP.NET MVC website.

I have successfully hosted the website on that virtual machine's IIS. So, inside that machine, I can run the website on localhost.

The external IP of the virtual machine is xxx.xxx.xxx.xxx (masked for security purpose). I wanted to do something by which I can access the site on my domain publicly.

Problem: It is supposed to be accessed on nerdspal.com. How do I access the website using browser?

Any help will be highly appreciated!


Solution

  • As per EdSf's comment: