Board index » Web Programming » Working with Login controls in ASP .Net 2.0 Beta 2

Working with Login controls in ASP .Net 2.0 Beta 2

Web Programming268
Hi All,



I am using ASP .Net Beta 2 to develop web applications.



In one of my web applications, i am using 'CreateUser' wizard to create

users for my site.



Earlier, when i was using Beta 1, i have stored all the user information in

MS Access Database.



Now, in Beta 2, the default storage provider is MS SQL Server.



Can anybody help me how to create a membership provider for MS Access

database, so that it can store user information in my .mdb file.



Thanks in advance



Cheers,





Pavan


-
 

Re:Working with Login controls in ASP .Net 2.0 Beta 2

Hi Pavan,

Goto the web site admin tool, there you can easily change the data

provider to access. For more info see



http://msdn.microsoft.com/library/default.asp?url" rel="nofollow" target="_blank">msdn.microsoft.com/library/default.asp=/library/en-us/dnvs05/html/sitemaint.asp



Thanks,

Ragu.





"Pavan Apuroop" wrote:



Quote
Hi All,



I am using ASP .Net Beta 2 to develop web applications.



In one of my web applications, i am using 'CreateUser' wizard to create

users for my site.



Earlier, when i was using Beta 1, i have stored all the user information in

MS Access Database.



Now, in Beta 2, the default storage provider is MS SQL Server.



Can anybody help me how to create a membership provider for MS Access

database, so that it can store user information in my .mdb file.



Thanks in advance



Cheers,





Pavan







-

Re:Working with Login controls in ASP .Net 2.0 Beta 2

Hi Pravan,



Due to some certain consideration, the Access DBProvider in the beta1 (also

previous preview version) has been canceld and we are recommended to use

the new support for SQL Server 2005 Express Edition which will also provide

the funcationality to use file based database file in our asp.net

webapplication. However , since the SQL Server 2005 Express Edition is

designed for high performance and concurrency condition, it'll perform much

better than the access db which is not very good for concurrent and

multi-users services application. For detailed info about other features

that be postponed in beta2 and the first release, you can refer to the

following article:



#Features postponed for ASP.NET 2.0 Beta 2

msdn.microsoft.com/asp.net/beta2/beta2changes.aspx">msdn.microsoft.com/asp.net/beta2/beta2changes.aspx



Thanks,



Steven Cheng

Microsoft Online Support



Get Secure! www.microsoft.com/security

(This posting is provided "AS IS", with no warranties, and confers no

rights.)



-