Click to See Complete Forum and Search --> : Error in profiles using


ymouli
03-16-2006, 06:15 AM
hi
I am using .net 2005. In that i am using new concept called 'profiles'.At the time of runing it show in error like "SQLServer error" I am using SQLServer 2000.What is the reasion for this error.......

TanQ

JoeyD
03-16-2006, 06:51 AM
ymouli,

Did you run the aspnet_regsql file to add the proper tables and procedures to your database? to do this goto your sdk command prompt and type aspnet_regsql. if you choose default then it will create a new table called aspnetdb. From there it's pretty much self explanitory. Then in your web config file you need to add:

<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="" />

ymouli
03-21-2006, 02:33 AM
JoeyD
TanQ.......

Its working.Once again TanQ.........