“/源代码”应用程序中的服务器错误

时间:2015-01-29 13:29:56

标签: asp.net visual-studio-2012

这是我每次尝试运行项目时得到的结果......

认为有人可以提供帮助吗?enter image description here

        The <authentication> section enables configuration 
        of the security authentication mode used by 
        ASP.NET to identify an incoming user. 
    -->
    <authentication mode="Windows"/>    
    <!--
        The <customErrors> section enables configuration 
        of what to do if/when an unhandled error occurs 
        during the execution of a request. Specifically, 
        it enables developers to configure html error pages 
        to be displayed in place of a error stack trace.

    <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
        <error statusCode="403" redirect="NoAccess.htm" />
        <error statusCode="404" redirect="FileNotFound.htm" />
    </customErrors>
    -->

1 个答案:

答案 0 :(得分:0)

我解决了......

只需通过管理工具...

禁用IIS中的匿名身份验证

如果您有过时的数据库文件也检查...