ASP.NET 2.0 Site Administration

For the last couple of nights I have been coding the admin module for the blogs using the Site Administration feature of ASP.NET, there was very little coding required to build an entire password protected site using Visual Studio 2005. Everything is drag and drop and few clicks here and there. It simply rocks!!!

Here's an article that explains the concept and takes you step by step on building a password protected website.

https://www.sitepoint.com/article/asp-net-2-security


2 Responses

Re: ASP.NET 2.0 Site Administration

Im kinda iffy on it using Access as the password storage place. 1000 users accessing per minute. Access would croak.

- Girish Bajaj   October 28, 2004 10:41 AM

Re: ASP.NET 2.0 Site Administration

You can choose between SQL Server and MS Access out of the box and Visual Studio would automatically generate the necessary backend logic for you. So Access is more for those who don't have a huge user base and do not want to spend a fortune (Compared to Access) on SQL Server.

- Vaibhav Kamath   October 28, 2004 12:35 PM

Leave a Reply

Please enter all required information

*

*

*