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!
As per EdSf's comment: