|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What is ASPNETDB.MDF used for?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? 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? > >Access DB ?? a MDF is a sql server data file , :-) Access `s Big brotherTo 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? >> > > 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? > 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? >> > >
Other interesting topics
HttpWeb Request from Class Library fails to 500
How do I convert a DataSet to a String from a WebService when debugging long delay before hitting breakpoint in page load Don't show page in browser history asp.net 2.0 caching ASP.net 2.0 GridView edit mode problems GridView and XML problems Switching from http to https and back call functions by pointer? Issues with OnTextChanged using <asp:Repeater |
|||||||||||||||||||||||