I have deployed a MVC web application in IIS and can access it using following URL:
http://localhost/FinalApplication.
The point is that I want some kind of public access, so remote computers are able to access to the website. How can I achieve this ?.
Thanks in advance.
Go to the complete details ...