Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 09, 2005 05:01 PM by bben
Member
45 Points
9 Posts
Jun 13, 2005 06:46 PM|LINK
20 Points
4 Posts
Jul 09, 2005 05:01 PM|LINK
Vigz
Member
45 Points
9 Posts
SQL 2000 + CLUB STARTER KIT --> BASIC PROBLEM
Jun 13, 2005 06:46 PM|LINK
1. ASPNETDB <populated DB using aspnet_regsql.exe>
2. CLUB <poupalted the DB with the approrpiate scripts club-add.sql>
web.config has the following
<connectionStrings>
<add name="ClubSiteDB" connectionString="Data Source=<servername>;Initial Catalog=personal;Persist Security Info=True;User ID=sa;Password=<password>" providerName="System.Data.SqlClient" />
<remove name="LocalSqlServer"/>
<add name="LocalSqlServer" connectionString="Data Source=<servername>;Initial Catalog=ASPNETDB;Persist Security Info=True;User ID=sa;Password=<password>" providerName="System.Data.SqlClient" />
</connectionStrings>
Using ASPNET.config added two users , one with 'Administrators' role and other with 'Friends'.
BUT WHEN I RUN THE APP... after trying both the users for name-password value on authentication it just gives me this
Server Error in '/WebSite1' Application.
HTTP Error 403 - Forbidden.
whats going on here???? anyone please help !!!!!!bben
Member
20 Points
4 Posts
Re: SQL 2000 + CLUB STARTER KIT --> BASIC PROBLEM
Jul 09, 2005 05:01 PM|LINK
are you using Firefox. I had the same problem...
try doing this : go in VS2005 under Website --> Start Options and uncheck NTLM Authentication
bben