dotnetnuke无法打开我的页面

时间:2013-10-20 10:30:11

标签: iis dotnetnuke iis-8

我试图学习如何使用dotnetnuke所以对它有点新意。我安装正确,我在服务器管理工​​作室设置了一个用户。因此,当我尝试打开我的页面localhost\mypage时,我会收到以下错误:

HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:
Module     IIS Web Core
Notification       Unknown
Handler    Not yet determined
Error Code     0x8007000d
Config Error       Configuration section not allowed in a <location> tag
Config File    \\?\C:\inetpub\wwwroot\ANTONISDB\web.config
Requested URL      http://`localhost`:80/dotnetnuke
Physical Path      
Logon Method       Not yet determined
Logon User     Not yet determined

配置来源:

  210:   </system.web>
  211:   <runtime>
  212:     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

任何人都知道这有什么不对吗?

1 个答案:

答案 0 :(得分:0)

检查以确保虚拟目录/应用程序的应用程序池配置为使用ASP.NET 4.0,DNN将不再与.NET 3.5一起运行(从版本7开始)