I have been using vs2010 and have never considered configuring IIS. However, after a project is completed, it will be delivered to Party A for use. The installation and deployment of IIS must be considered. This section describes how to install IIS and deploy the Asp.net project.
IIS installation:
Many tutorials on the internet,
Http://ons.me/147.html
This tutorial is detailed and accurate. The following steps of this tutorial are problematic: (in the "Internet Information Service" column, if you are developing Asp.net, you must check Asp.net)
Only after the installation is complete can the following result be displayed:
Asp.net project deployment:
After IIS is installed, perform simple settings on IIS. You can also refer to the previous website. The result is as follows:
Right-click a website to add a site. But it is not necessary. You can directly deploy your project to the default web site. How to deploy it? See the following details:
Step 1: Right-click the default web site and add the virtual directory. The physical path of the virtual directory points to the root of all problems. Make sure to direct the physical path of your virtual directory to the folder where web. config is located in the project.
Step 2: Right-click the virtual directory and convert it to an application. After confirmation. Select the virtual directory and Click Browse IP: port in the right column.
Reference: http://ons.me/147.html http://hi.baidu.com/lyangimm/item/5b3cf7f7b4051943922af234