使用注册为allowDefinition =' MachineToApplication'的部分超出应用水平

时间:2014-05-20 05:11:53

标签: c# asp.net web-config

使用注册为allowDefinition =' MachineToApplication'的部分是错误的。超出应用水平。此错误可能是由于虚拟目录未在IIS中配置为应用程序。

<system.web>
    <compilation debug="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"  />
      </assemblies>
    </compilation>
  </system.web>
  <location path="Login.aspx">
  <system.web>
    <customErrors mode="Off" defaultRedirect="~/Login.aspx">
     </customErrors>
    <authentication mode="Windows">
     </authentication>
</System.web>

0 个答案:

没有答案