:::: MENU ::::

Friday, May 9, 2008

Introduction to WAT (Web site administration tool)

ASP.NET 2.0 already includes a WAT that is available from the Visual Studio 2005 Website menu via the ASP.NET Configuration menu option. This WAT allows only local websites to be administered. So, restrictions appear when you have your web site remotely hosting with a web hosting company.

The solution is to create your own WAT tool from the beginning as part of your web site. So, with this tool you can administrate the users and the roles in a web site.

Note, if you don't like to build this application from the beginning, you can download Web Site Administration Visual Studio Project, used in this tutorial

More

Categories: