看看你的iis设置,把windows集成验证这个checkbox disable掉,然后restart iis

解决方案 »

  1.   

    先谢谢你
    不过还不好用,问题主要是这样的,我在安装使用asp.net的AspNetForums,出现错误如下:
    Server Error in '/AspNetForums' Application.
    --------------------------------------------------------------------------------用户 'NT AUTHORITY\NETWORK SERVICE' 登录失败。 
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: 用户 'NT AUTHORITY\NETWORK SERVICE' 登录失败。Source Error: The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:1. Add a "Debug=true" directive at the top of the file that generated the error. Example:  <%@ Page Language="C#" Debug="true" %>or:2) Add the following section to the configuration file of your application:<configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.  Stack Trace: 
    [SqlException: 用户 'NT AUTHORITY\NETWORK SERVICE' 登录失败。]
       System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +484
       System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
       System.Data.SqlClient.SqlConnection.Open() +384
       AspNetForums.Data.SqlDataProvider.TrackAnonymousUsers(String userId) +166
       AspNetForums.Users.TrackAnonymousUsers() +235
       AspNetForums.Controls.SkinnedForumWebControl..ctor() +92
       AspNetForums.Controls.Login..ctor() +24
       _ASP.default_aspx.__BuildControlLoginbox1() +23
       _ASP.default_aspx.__BuildControlLeftColumn() +177
       _ASP.default_aspx.__BuildControl__control2() +81
       _ASP.default_aspx.__BuildControlTree(Control __ctrl) +167
       _ASP.default_aspx.FrameworkInitialize() +42
       System.Web.UI.Page.ProcessRequest() +85
       System.Web.UI.Page.ProcessRequest(HttpContext context) +18
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87 
    --------------------------------------------------------------------------------
    Version Information: Microsoft .NET Framework Version:1.1.4322.12; ASP.NET Version:1.1.4322.12
      

  2.   

    权限问题,可能是你SQL SERVER的权限和你nt/2000的权限发生了冲突