1.unrecognized attribute 'targetframework'
A: 需要注册.net framework到iis。步骤如下:
(1)'Start' -> 'CMD'
(2) 输入'cd c:windowsmicrosoft.netframeworkv4.0.30319'
(3)输入'aspnet_regiis.exe -i'
2.this configuration section cannot be used at this path(configuration locking?)
(1)Click "Start button"
(2)in the search box, enter "Turn windows features on or off"
(3)in the features window, Click: "Internet Information Services"
(4)Click: "World Wide Web Services"
(5)Click: "Application Development Features"
(6)Check (enable) the features. I checked all but CGI.
3.Web网站崩溃,原因是UnauthorizeAccessException无法访问C:SMLSERVERLog.
解决方案:设置应用程序池默认设置 -> 标识: LocalSystem -> 确定后重启应用程序池。
4.某些模块无法正常加载,可能通过设定"Enable 32-Bit Applications"可以解决。