ASP. NET 2.0 deployment
1. First enable the win7 feature. The path is marked
ASP. net2.0 is selected below. If you want to support ASP. net1.1, IIS6 is selected as compatible.
2. Set security options
3. Add a. Net classic applicationProgramPool
4. Convert the site to Application
5. Add yourmachinename/iis_iusrs permissions to the site
6. Right-click the site-manage application-advanced setting and set the current site to classic. Net apppool.
2. Deploy WCF
Open "Start | all programs | attachments | command prompt", enter "cd c:/Windows/Microsoft. NET/framework/V3.0/Windows Communication Foundation", and press Enter.
Enter “servicemodelreg.exe-I, and press Enter.
3. Deploy ASP. NET MVC
Deploy ASP. net MVC is the most convenient. You only need to configure the following and add an integration mode. NET application pool, which is assigned to your asp. net MVC application
Iis7 is used for both Vista and Windows 7 beta, so the configuration is the same.
Tip: I want to use ASP. net MVC. iis5.1 to iis6.0 of XP must be upgraded. Multiple methods fail, and the system is Windows Server 2003. If yes, please provide a method.
The system in this article is Windows 7 beta.