简体   繁体   中英

How to host and deploy an ASP.NET web application on a local server

I have created a small web application with one page only. Now I want to host and deploy this application on one of our business's server so that anyone can access this small app.

Could please anyone tell me what will be the process as I don't have any previous knowledge or experience of doing this also, what changes I do need to make in my web config and the IIS configuration.

Kind Regards

Firstly: Install IIS on the server that you want to host your application on

Secondly: Setup the site in iis

Thirdly: If you have a database connection in your app check that the connection string is updated

Fourthly: Make sure that the relevant port in the firewall is not blocked

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM