Server Error in '/' Application.
--------------------------------------------------------------------------------Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.  This error can be caused by a virtual directory not being configured as an application in IIS.Source Error: 
Line 31:             以标识传入的用户。 
Line 32:         -->
Line 33:  <authentication mode="None"/>
Line 34:  <!--
Line 35:             如果在执行请求的过程中出现未处理的错误,
 Source File: D:\Users\hebeinu.net\wwx\web.config    Line: 33 

解决方案 »

  1.   

      1.程序在vs中执行是否报错?
      2.挂在IIS上,报的错吗? 在IIS上报的错话,可能是你没有选择应用程序中ASP.NET的设置,在网站右击属性-->ASP.NET 选择ASP.NET 2.0...
     如果是在VS中报错,可能是你Web.config出错了。
     
      

  2.   

    在iis上没错误,上传到空间时出现错误了。
      

  3.   

    空间支持.NET2.0吗?
    1.0和2.0是不同的
      

  4.   

    <authentication mode="None"/> 
    改为Forms看看,这个改正成功机会很渺茫。重点还是在你服务器的配置
      

  5.   

    程序中是否使用微软的ajax.net?