使用注册为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>