Home All Groups Group Topic Archive Search About
Author
25 Sep 2006 3:17 AM
Peter Afonin
Hello,

I'm just reading about the new authentication features and authentication
controls in Visual Studio 2005. Seems to be very nice, but one thing is not
quite clear to me.

It says that all user data is stored in the ASPNETDB.MDF file in the
App_Data folder. In my current ASP.NET 1.1 application I'm using my Users
table very often, so I need all the information to be stored in the real SQL
Server database. Is there a way to control where the user data is stored
without doing everything old fashioned way? So far I couldn't find any
information on how to control the data store for the user data.

I would appreciate your suggestions.

Thank you,

--
Peter Afonin

Author
25 Sep 2006 9:45 AM
Tarun Mistry
> I would appreciate your suggestions.
>
> Thank you,

Hi Peter,

yes the mdf database is jsut the default, however other methods are also
supported.

I suggest reading http://aspnet.4guysfromrolla.com/articles/120705-1.aspx to
get you upto speed.

Kind regards
Taz
Author
25 Sep 2006 4:37 PM
Peter Afonin
Hi Taz,

Thank you very much.

Peter

Tarun Mistry wrote:
Show quoteHide quote
> > I would appreciate your suggestions.
> >
> > Thank you,
>
> Hi Peter,
>
> yes the mdf database is jsut the default, however other methods are also
> supported.
>
> I suggest reading http://aspnet.4guysfromrolla.com/articles/120705-1.aspx to
> get you upto speed.
>
> Kind regards
> Taz