User-546305266 posted
I have a ASP.NET web project in Visual Studio and I would like to know how to host it on Internet so it can be accessed publicly. If you can describe the steps to achieve this or provide a detailed tutorial I will be thankful.
I know how to host a website on IIS but is just accessible in the local network.
- I already have a domain.
- The project connects with a MSSQL database (version 10.0.1600.22) in the local network, but I don't want the server that host that DB to be open to the Internet. I just want the website itself to be open. How can this be achieved? And also, how is
the security affected?
- I have read about sites like Azure that do hosting but I don't understand how they work and I don't know what to do. Is it about just paying the hosting service and that's it?
- Here Linux is not used, only Windows, and the project is not Core.
If you need more information please let me know so I can edit the post and add it. Thanks