1. Install the asp.net mvc Program
AspNetMVC1.msi:
Http://www.microsoft.com/downloads/details.aspx? FamilyID = 53289097-73ce-43bf-b6a6-35e00103cb4b & displaylang = en
2. Set IIS for the asp.net mvc Program
1) "website properties" → "main directory" → "configuration"
2) Click Insert to insert the. net isapi to the wildcard application ing.
3) Select the isapi address: C: \ Windows \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_isapi.dll.
Note: Do not select "check whether the file exists" here, otherwise the setting will not take effect!
In this way, the asp.net mvc program is successfully deployed in IIS6.0.
- Brief Introduction to ASP. NET Session Model
- ASP. NET page lifecycle: stages, events, and others
- Introduction to ASP. net mvc Lifecycle
- Several methods for processing ASP. NET Session invalidation
- ASP. NET: all instances share a static variable.