关于asp.net的配置问题
各位高手,为什么一台机子上开发的asp.net 工程拷贝到另一台机子上就不能运行呢,错误信息为
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 36: "Passport" and "None"
Line 37: -->
Line 38: <authentication mode="Windows" />
Line 39:
Line 40: <!-- APPLICATION-LEVEL TRACE LOGGING
Source File: D:\mywet\chief\web.config Line: 38
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
为什么有些机器装上了点 net,却无法运行asp.net程序,太深奥了,不知哪位高手知道原因,能告诉小弟,谢了