Deploy your own web site to local IIS
When you make a Web site that you want to access on the LAN, you can deploy it to your own IIS and then they access it via IP. Here's how to deploy an ASP. Web site to local IIS.
1. First ensure that the program is regenerated without any problems.
2. Create a folder named Publishweb on the local computer.
3. Right-click on the Web to publish the program to the path Publishweb file.
4. In the run, enter control--, programs and features, enable and turn off Windows features--IIS information Services, check all, install IIS Windows 7 for IIS 6, Windows 8 corresponds to IIS 7 It takes half an hour.
5. Enter inetmgr in the run to open IIS Manager and right-click on the Add application on the default Web Site. 6. On the website you added, right-click on select Management application and browse if there is no problem, you can see the site you deployed.
7. An HTTP 500.19 error may occur during this process, and the code in Web. config will be deleted as prompted.
8. There are other problems in Baidu can be found on the solution.
VS2010 deploying an ASP. NET program to local IIS 7