RE: asp.net 2.0 membership provider and manager- Cont.
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/15/05
- Next message: Dominick Baier [DevelopMentor]: "Re: WindowsIdentity in a WinXP Platform"
- Previous message: Dave Slinn: "Re: Transfer authentication token - how to single sign-on"
- Next in thread: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Maybe reply: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Maybe reply: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 15 Nov 2005 07:11:40 GMT
Hello Tdar,
By default, an ASP.NET application will use a database file "ASPNETDB.MDF"
in the folder "app_data" to save information about roles and users. (You
may attach this file in SQL Server 2005 to see its details). For example,
there are two tables in the database: "aspnet_Applications" and
"aspnet_Users". Table "aspnet_Applications" contains the "ApplicationName"
and "ApplicationID"; Table "aspnet_Users" contains "ApplicationID" and
user information.
To deploy an ASP.NET 2.0 project, you can deply the database together so
that you don't need to create users and roles again,
Hope this help,
Luke
- Next message: Dominick Baier [DevelopMentor]: "Re: WindowsIdentity in a WinXP Platform"
- Previous message: Dave Slinn: "Re: Transfer authentication token - how to single sign-on"
- Next in thread: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Maybe reply: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Maybe reply: [MSFT]: "RE: asp.net 2.0 membership provider and manager- Cont."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|