提示IIS出错,web.config文件出错
zqq88 2004-02-23 05:21:11 配置错误
说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
分析器错误信息: 在应用程序级别以外使用注册为 allowDefinition='MachineToApplication' 的节是错误的。导致该错误的原因可能是在 IIS 中没有将虚拟目录作为应用程序进行配置。
源错误:
行 13: <httpRuntime maxRequestLength="4000" useFullyQualifiedRedirectUrl="true" executionTimeout="45" />
行 14: <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />
行 15: <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:43444" cookieless="false" timeout="20" />
行 16: <globalization requestEncoding="gb2312" responseEncoding="gb2312" fileEncoding="gb2312" />
行 17: </system.web>
源文件: C:\Inetpub\wwwroot\wzrx\News_Access\web.config 行: 15
这是哪里出错了呢?