产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 我把网站源程序传到空间上面了,运行/install/index.aspx 出现下列错误,请教高手呀!
wxnhappy - 2009/4/10 12:45:00
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 67:       </buildProviders>Line 68:     </compilation>Line 69:     <authentication mode="Forms" />Line 70:     <customErrors mode="Off">Line 71:       <error statusCode="404" redirect="/" />

Source File: D:\Users\bjhipath.com\2008\web.config    Line: 69


Show Additional Configuration Errors:

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. (D:\Users\bjhipath.com\2008\web.config line 73)
                      

Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
xiyou - 2009/4/10 14:01:00
网站要直接放在根目录下,NET的配置文件必须在应用程序级目录下才能识别

放子目录不行
hotfriends - 2011/9/18 16:29:00
对啊,我也出现过
1
查看完整版本: 我把网站源程序传到空间上面了,运行/install/index.aspx 出现下列错误,请教高手呀!