1.When configuring URL rewriting in IIS7, pay attention to whether the system is 32-bit or 64-bit.
When configuring URL rewriting in IIS7, you need to add "script ing". If it is a 64-bit system, there will be two places to store. net framework is a 32-bit system and a 64-bit system. If a 32-bit system has only one version, there will be no problem. If a 64-bit system needs to select asp.net _ isapi in the Framework64 folder of the 64-bit system. dll, otherwise the url rewriting will not take effect.
In fact, there is another place that can be set to make it unnecessary for us to select the 64-bit Framework, which is the advanced settings of the iis application pool. One of them is whether to enable the 32-bit application, select enable to use the 32-bit Framework.
2. IIS7 asp.net URL rewriting Configuration
Detailed operation see: http://www.cnblogs.com/SALIN/archive/2008/01/31/1060520.html
3. migrate from IIS6 to IIS7. An error is reported after URL rewriting to ASP. NET settings that are not applicable in integrated managed pipeline mode.
Solution see: http://www.cnblogs.com/vingi/articles/2868933.html