SQL 2000 + CLUB STARTER KIT --> BASIC PROBLEMhttp://forums.asp.net/t/893192.aspx/1?SQL+2000+CLUB+STARTER+KIT+BASIC+PROBLEMSat, 09 Jul 2005 17:01:12 -0400893192955272http://forums.asp.net/p/893192/955272.aspx/1?SQL+2000+CLUB+STARTER+KIT+BASIC+PROBLEMSQL 2000 + CLUB STARTER KIT --> BASIC PROBLEM Sql 2000 with sp3, has following DB's <br> <br> 1. ASPNETDB &lt;populated DB using aspnet_regsql.exe&gt;<br> 2. CLUB &lt;poupalted the DB with the approrpiate scripts club-add.sql&gt;<br> <br> web.config has the following<br> <br> &nbsp; &lt;connectionStrings&gt;<br> &nbsp;&nbsp;&nbsp; &lt;add name=&quot;ClubSiteDB&quot; connectionString=&quot;Data Source=&lt;servername&gt;;Initial Catalog=personal;Persist Security Info=True;User ID=sa;Password=&lt;password&gt;&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; providerName=&quot;System.Data.SqlClient&quot; /&gt;<br> &nbsp;&nbsp;&nbsp; &lt;remove name=&quot;LocalSqlServer&quot;/&gt;<br> &nbsp;&nbsp;&nbsp; &lt;add name=&quot;LocalSqlServer&quot; connectionString=&quot;Data Source=&lt;servername&gt;;Initial Catalog=ASPNETDB;Persist Security Info=True;User ID=sa;Password=&lt;password&gt;&quot; providerName=&quot;System.Data.SqlClient&quot; /&gt;<br> &nbsp; &lt;/connectionStrings&gt;<br> <br> Using ASPNET.config added two users , one with 'Administrators' role and other with 'Friends'. <br> <br> BUT WHEN I RUN THE APP... after trying both the users for name-password value on authentication it just gives me this <br> <span></span> <h1>Server Error in '/WebSite1' Application.</h1> <span></span> <h2><i><i>HTTP Error 403 - Forbidden.</i></i></h2> whats going on here???? anyone please help !!!!!!<br> <br> 2005-06-13T18:46:00-04:00982813http://forums.asp.net/p/893192/982813.aspx/1?Re+SQL+2000+CLUB+STARTER+KIT+BASIC+PROBLEMRe: SQL 2000 + CLUB STARTER KIT --> BASIC PROBLEM Dude,<br> <br> are you using Firefox. I had the same problem... <br> try doing this : go in VS2005 under Website --&gt; Start Options and uncheck NTLM Authentication<br> <br> bben<br> <br> 2005-07-09T17:01:12-04:00