Tuesday, January 24, 2006

ASP.Net Web Application Administration


Membership management in Asp.Net 2.

ASP.Net Web Application Administration

I was following the membership tutorials on the Asp.Net website, and it mentioned to use "ASPNETDB" database, however, I couldn't find that database on my machine. But on the Asp.Net administration page, I found the aspnet_regsql feature. It was so cool that it could install and uninstall ASP.Net features on a SQL Server. Essentially, it will add all the necessary tables, views, and stored procedures to database, so the website could take full advantage of all the membership service Asp.Net could provide.

No comments: