Home All Groups Group Topic Archive Search About

What is ASPNETDB.MDF used for?

Author
6 Jan 2006 3:11 AM
VB Programmer
In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security
for this site.  Do I need this when deploying?

Author
6 Jan 2006 3:24 AM
Lau Lei Cheong
I've not used .NET 2.0 and not studied any indepth things of it, but I
suppose the Access DB could be used for storing ASP.NET Sessions just as in
..NET 1.1?

In .NET 1.1, if you run
<Drive>:\systemroot\Microsoft.NET\Framework\v1.1.4322\InstallSqlState.sql,
you can create an Database for maintaining SessionState in SQLServer mode.

ms-help://MS.MSDNQTR.2005JUL.1033/cpgenref/html/gngrfSessionstateSection.htm

Show quoteHide quote
"VB Programmer" <d***@emailme.com> ¼¶¼g©ó¶l¥ó·s»D:%23rzsi7mEGHA.***@TK2MSFTNGP14.phx.gbl...
> In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security
> for this site.  Do I need this when deploying?
>
Are all your drivers up to date? click for free checkup

Author
6 Jan 2006 7:50 AM
m.posseth
>Access DB ??

a MDF is a sql server data file   , :-)  Access `s Big brother

To answer the question

if you do not or not plan to use the new users , roles management you do not
need it


by the way if you plan to investigate / use it
you should also meet the following requirments to get it working :
SQL Server 2005 Express on the server and having the correct file
permissions on the App_Code folder for NETWORK SERVICE and ASPNET


regards

Michel Posseth [MCP]


Show quoteHide quote
"Lau Lei Cheong" <leu***@yehoo.com.hk> wrote in message
news:OpL$pCnEGHA.2856@TK2MSFTNGP12.phx.gbl...
> I've not used .NET 2.0 and not studied any indepth things of it, but I
> suppose the Access DB could be used for storing ASP.NET Sessions just as
> in .NET 1.1?
>
> In .NET 1.1, if you run
> <Drive>:\systemroot\Microsoft.NET\Framework\v1.1.4322\InstallSqlState.sql,
> you can create an Database for maintaining SessionState in SQLServer mode.
>
> ms-help://MS.MSDNQTR.2005JUL.1033/cpgenref/html/gngrfSessionstateSection.htm
>
> "VB Programmer" <d***@emailme.com>
> ¼¶¼g©ó¶l¥ó·s»D:%23rzsi7mEGHA.***@TK2MSFTNGP14.phx.gbl...
>> In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security
>> for this site.  Do I need this when deploying?
>>
>
>
Author
6 Jan 2006 3:43 AM
Ken Cox - Microsoft MVP
It is created automatically when you implement Profiles, usually by doing
into the Web Site Administration Tool. It holds the membership data.

http://msdn2.microsoft.com/en-us/library/879kf95c(en-US,VS.80).aspx




Show quoteHide quote
"VB Programmer" <d***@emailme.com> wrote in message
news:%23rzsi7mEGHA.648@TK2MSFTNGP14.phx.gbl...
> In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security
> for this site.  Do I need this when deploying?
>
Author
6 Jan 2006 7:39 AM
VB Programmer
If I'm not using profiles/membersips/etc do I need it on my public server?

Show quoteHide quote
"Ken Cox - Microsoft MVP" <BANSPAMkjopc@hotmail.com> wrote in message
news:e178bNnEGHA.472@TK2MSFTNGP12.phx.gbl...
> It is created automatically when you implement Profiles, usually by doing
> into the Web Site Administration Tool. It holds the membership data.
>
> http://msdn2.microsoft.com/en-us/library/879kf95c(en-US,VS.80).aspx
>
>
>
>
> "VB Programmer" <d***@emailme.com> wrote in message
> news:%23rzsi7mEGHA.648@TK2MSFTNGP14.phx.gbl...
>> In 2.0 what is ASPNETDB.MDF used for?  I'm not using any type of security
>> for this site.  Do I need this when deploying?
>>
>
>

Bookmark and Share