RE: asp.net 2.0 membership provider and manager- Cont.

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/15/05


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



Relevant Pages

  • Re: FrontPage security / writing to an Access database file
    ... I think if you do tools/ web settings/ database ... > database etc) I need to be able to write data to the database file. ... > script is by using the control panel to set the following IUSR permissions ... > POST commands from annonymous users but have contacted the hosting company ...
    (microsoft.public.frontpage.client)
  • RE: "Exclusive Access" (or lack thereof) suddenly an issue
    ... Via Windows Explorer navigate to the folder where your database file ... Microsoft Access Support ...
    (microsoft.public.access.gettingstarted)
  • Re setting file permissions...
    ... options for setting file access on a database file. ... database etc) I need to be able to write data to the database file. ... I understand that when as ASP script executes, ... is there any way within an ASP script to assume a more privileged ...
    (microsoft.public.frontpage.client)
  • FrontPage security / writing to an Access database file
    ... options for setting file access on a database file. ... database etc) I need to be able to write data to the database file. ... I understand that when as ASP script executes, ... is there any way within an ASP script to assume a more privileged ...
    (microsoft.public.frontpage.client)
  • Re setting file permissions...
    ... options for setting file access on a database file. ... database etc) I need to be able to write data to the database file. ... I understand that when as ASP script executes, ... is there any way within an ASP script to assume a more privileged ...
    (microsoft.public.inetserver.asp.db)