This blog post explains how to publish Web in IIS. For more information, see the following:
1. First, open VS and release the self-developed web sequence. Steps are as follows:
2. Open the Internet Information Service (IIS) manager and perform the following operations on the program just released (note that the port is a port other than 80, such as 8090 ):
3. Set its Advanced properties: Open the application pool, find newssystem on the right, right-click the Advanced properties, and modify the managed pipeline mode as follows:
4. Modify the Framework Version: Open the application pool, find newssystem on the right, and double-click it to go to the edit application pool page. The modified version is as follows:
5. Add the default document:
6. Modify permissions: add the user everyone for full control.
Finally, you can view the published system on the Web page through IIS.
The understanding of the IIS publishing system is so much for the time being. If you have any shortcomings or errors, please give me some advice.