ASP.NET Web Site Administration Tool
This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (December 2008) |
File:WebSite Admin Home.jpg A screenshot of Web Site Administration Tool main page |
The ASP.NET Web Site Administration Tool is a utility provided along with Microsoft Visual Studio which assists in the configuration and administration of a website created using Microsoft Visual Studio 2005 and later versions.[1]
History
The Web Site Administration tool was first introduced with ASP.NET 2.0 along with ASP.NET Microsoft Management Console (MMC) Snap-in.[2]
Accessing the Tool
the Web Site Administration Tool could be accessed by clicking ASP.NET Configuration from the Website menu. It can also be accessed by clicking on the ASP.NET Configuration icon in the Solution Explorer window.
Features
The ASP.NET Web Site Administration tool is a multi-tabbed utility which has the following features:
- Web Site Administration Tool Security Tab
- Web Site Administration Tool Application Tab
- Web Site Administration Tool Provider Tab
- Web Site Administration Tool Internals
Web Site Administration Tool Security Tab
The security tab is used to create users and roles, group users under different roles and assign access rules either at the role-level or user-level.[3][4][5][6] When the Web site administration tool is opened to modify the existing settings, a new database is created in the App_Data folder of the application.[3] This database stores ASP.NET membership-related information. The name of the database created is ASPNETDB by default.[3]
The security tab simplifies and optimizes user authentication and authorization.[3] It makes it comparatively easy to configure user permissions than code-based user-defined authentication systems which require a great amount of time, cost and manpower. However, a major drawback of this tool is that access rules could be defined only at the folder-level and not at the page-level.
Web Site Administration Tool Application Tab
The Application tab is used to specify application settings, configure SMTP settings and enable or disable debugging and tracing apart from other uses.[4] The Application tab interacts with the configuration file of the application (web.config) and not with the ASPNETDB database.[7] Application settings are created as objects and inserted as name-value pairs in the web.config file.[7]
Web Site Administration Tool Provider Tab
The Provider tab is used to specify the database provider for the ASPNETDB database used to store ASP.NET membership and role information.[4][6] The security page does not appear unless and until the database provider is specified in the Providers tab. An SQL Data provider is generally used, but Oracle Data providers are also used in case of Oracle databases. The provider alloows the user the option of choosing a single database to store all data related to the ASP.NET Website Administration tool or different databases for each purpose.
Web Site Administration Tool Internals
Apart from these tabs, there are a number of other features and components associated with the ASP.NET Web Administration tool. The ASP.NET Configuration APIs which the ASP.NET Web Site Administration tool makes use of to access and modify the security and application settings in the Web.config file is one of them.
Programmatic access
Programmatic access to the features provided by the ASP.NET Web Site administration tool is made possible by inclusion of the System.Web.Security namespace in the ASP.NET program. The classes Membership and Roles are used to store, access and modify user information in the ASPNETDB database. The user could be authenticated using the Membership.ValidateUser or FormsAuthentication.Authenticate[8] methods. Page-based user authorization is realized by the usage of the AuthorizeRequest event of the HttpApplication class.[9]
References
- ↑ "ASP.NET Web Site Administration Tool". MSDN Visual Studio 2005 Development Center. http://msdn.microsoft.com/en-us/library/yy40ytx0(vs.80).aspx. Retrieved 2008-05-22.
- ↑ "What's New in ASP.NET Configuration". MSDN Visual Studio 2005 Development Center. http://msdn.microsoft.com/en-us/library/ms178687(VS.80).aspx. Retrieved 2008-05-22.
- ↑ 3.0 3.1 3.2 3.3 "Web Site Administration Tool Security Tab". MSDN. http://msdn.microsoft.com/en-us/library/ssa0wsyf.aspx. Retrieved 2008-05-23.
- ↑ 4.0 4.1 4.2 Selly, Dominic; Andrew Troelsen, Tom Barnaby (2005). Expert ASP.NET 2.0 Advanced Application Design: Advanced Application Design. Apress. pp. 191. ISBN 159059522X. http://books.google.co.in/books?id=RCVoZfzs6hwC&pg=PA191&lpg=PA191l&source=web&ots=dWcSWieXbi&sig=a6pm4m70IMmwJx5iqTLqenPDciQ&hl=en#PPA192,M1.
- ↑ "Lesson 9: Securing your Web Site with Membership and Login Controls". http://www.asp.net/LEARN/videos/video-06.aspx. Retrieved 2008-05-23.
- ↑ 6.0 6.1 Armstrong, Damon (2005). Pro ASP.NET 2.0 Website Programming. Apress. pp. 2–6. ISBN 1590595467. http://books.google.co.in/books?id=zzlhSgGtVe4C&pg=PA2&lpg=PA2&source=web&ots=h1BacPycnu&sig=qQb_EIKRBysBhw6Rr4Vb9jD-Ci8&hl=en#PPA2,M1.
- ↑ 7.0 7.1 ".NET Configuration". http://www.brainbell.com/tutorials/ASP/.NET_Configuration.html. Retrieved 2008-05-23.
- ↑ "FormsAuthentication.Authenticate Method". MSDN. http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.authenticate.aspx. Retrieved 2008-05-23.
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...