Login Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know how to change the default databse "ASPNETDB.MDF" that the
login control connects to (by default) ? i want to let it to connect to a
different DB !!
I also need a link to a refrence or tutorial about this control !!

Thanx so much in advance !!
 
You can either change the connection string in web.config or in IIS settings

Check this screen shot for IIS settings
http://www.dotnetgenerics.com/Images/Articles/Membership/iis_settings_1.PNG

<shameless plug>
Check my article on membership control at
http://www.dotnetgenerics.com/Modules/ASP.NET/Membership.aspx

</shameless plug>

--
Swanand Mokashi
Microsoft Certified Solution Developer (.NET) - Early Achiever
Microsoft Certified Application Developer (.NET)

http://www.dotnetgenerics.com/
DotNetGenerics.com -- anything and everything about Microsoft .NET
technology ...

http://www.swanandmokashi.com/
http://www.swanandmokashi.com/HomePage/WebServices/
Home of the Stock Quotes, Quote of the day and Horoscope web services
 
Thank you so much for the help, Swanand.

Swanand Mokashi said:
You can either change the connection string in web.config or in IIS settings

Check this screen shot for IIS settings
http://www.dotnetgenerics.com/Images/Articles/Membership/iis_settings_1.PNG

<shameless plug>
Check my article on membership control at
http://www.dotnetgenerics.com/Modules/ASP.NET/Membership.aspx

</shameless plug>

--
Swanand Mokashi
Microsoft Certified Solution Developer (.NET) - Early Achiever
Microsoft Certified Application Developer (.NET)

http://www.dotnetgenerics.com/
DotNetGenerics.com -- anything and everything about Microsoft .NET
technology ...

http://www.swanandmokashi.com/
http://www.swanandmokashi.com/HomePage/WebServices/
Home of the Stock Quotes, Quote of the day and Horoscope web services
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top