托管asp.net网站时出错

时间:2011-10-17 03:18:46

标签: asp.net

我在somee.com上主持一个aspx网站 这是我得到的错误 错误摘要:

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

详细错误:

Module  IIS Web Core
Notification    Unknown
Handler Not yet determined
Error Code  0x80070032
Config Error    The configuration section 'configuration' cannot be read because it is missing a section declaration
Config File \\?\d:\DZHosts\LocalUser\schalla27\www.Thomasblog.somee.com\web.config
Requested URL   http://thomasblog.somee.com:80/
Physical Path   
Logon Method    Not yet determined
Logon User  Not yet determined

这是我的web.config

configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.0"/>
  </system.web>

  <configuration>
    <system.web>
      <customErrors mode="Off"/>
    </system.web>
  </configuration>
</configuration>

在iis上托管和somee.com等其他免费托管网站有什么区别

由于 太阳

0 个答案:

没有答案
相关问题