Today, I cleared the executable Suffixes in iis and encountered an error. I found this article and solved it smoothly.
Note: An error occurred while processing the configuration file required to provide services to the request. Check the following error details and modify the configuration file as appropriate.
Analyzer error message: Unrecognized configuration section "xhtmlConformance"
Source error:
Row 68: -->
Row 69: <globalization requestEncoding = "UTF-8" responseEncoding = "UTF-8"/>
Row 70: <xhtmlConformance mode = "Legacy"/> </system. web>
Row 71: <paiettings>
Row 72: <add key = "ModuleConfig" value = "dbModule. Config"/>
Source File: F: oteweb. config row: 70
The newly installed vs2005 is normal when the program runs directly, but the above error occurs during IIS browsing. Check and find the cause: the new program is. net2.0, And the iis environment is the previous 1.1.
Solution: Run aspnet_regiis/I in the running window.
Or run C: WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe.
Let's see if it's okay. Suppose it's not running yet.
Run aspnet_regiis/I-r in the running window (re-register 2.0)
Or run C: WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_regiis.exe-r.