Groups > Asp .Net > Visual Web Developer 2005 Express > Re: About Login control




About Login control

About Login control
Sat, 15 Mar 2008 21:10:32 +000
Dear friends,

I need some additional info about login controls... There are some information
on MSDN. Using that information I put a CreateUserWizard on my page and also
filled up all the neccessary info and then a message appeared saying "the
account created succesfully." But i could not find where the user info is.
In a database or web.config file........?

And where can i find some example scripts related with this?

 Thansk in advance...

 Regards...
Post Reply
Re: About Login control
Sat, 15 Mar 2008 21:17:51 +000
Hi,

by default it's in the ASPNETdb.mdf file which gets created under the App_Data
subfolder. You can however change this of course to use a normal SQL server
database or use another data storage system (Using Access instead of SQL server
for your ASP.NET ApplicationServices)

Grz, Kris.
Post Reply
about | contact