【问题:报500】不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况。锁定是默认设置的(overrideModeDefault="Deny"
【解决方案】
运行 C:windowssystem32inetsrvappcmd unlock config -section:system.webServer/handlers
运行 C:windowssystem32inetsrvappcmd unlock config -section:system.webServer/modules
【问题:403】Web服务器被配置为不列出此目录的内容。
【解决方案】
1、在web.config增加<modules runAllManagedModulesForAllRequests="true" />
2、检查一下“处理程序映射”,里面是否有“ExtensionlessUrlHandler-Integrated-4.0”。如果没有,就注册.net4.0。
运行C:WindowsMicrosoft.NETFrameworkv4.0.30319aspnet_regiis.exe -i