我在 ASP.NET 2010 中编写了 Web 应用程序。在 iis 中运行时,在 Web 配置中,显示服务器错误,第 13 行()身份验证模式)。我不知道原因。请帮助我。这段代码是:
webconfig:
Line 11: <httpRuntime requestValidationMode="2.0" />
Line 12: <compilation debug="true" targetFramework="4.0"/>
Line 13: <authentication mode="Forms">
Line 14: <forms loginUrl="~/Login.aspx" defaultUrl="~/Home.aspx" timeout="30" protection="All" slidingExpiration="true"/>
Line 15: </authentication>