Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using SQL server 2008 for ASP.net 2.0 Membership provider

I tried to set-up the SQL tables for ASP .net 2.0 membership provider by clicking on ASP.net Configuration under Project.

I have completely uninstalled SQL 2005 Express and installed SQL 2008 Express instead.

It seems like that it can not connect to the database.

Does anybody know how to get this fixed so I can use 2008 instead ?

like image 321
Raha Avatar asked Apr 19 '09 10:04

Raha


1 Answers

Try to configuring the database typing "aspnet_regsql" on the VS command prompt.

Then setup the database and finally change de connection string on the web.config file.

ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe)

like image 135
Adrian Francisco Gonzalez Guti Avatar answered Oct 06 '22 23:10

Adrian Francisco Gonzalez Guti