Jump to content

ASP.NET Web Site Administration Tool

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 88.227.83.148 (talk) at 10:34, 15 February 2013 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
ASP.NET Web Site Administration Tool

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]

Hacked By Ghoust Özel Kuvvetler İnternationel Force

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

Hacked By Ghoust Özel Kuvvetler İnternationel Force

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.[3] The Application tab interacts with the configuration file of the application (web.config) and not with the ASPNETDB database.[4] Application settings are created as objects and inserted as name-value pairs in the web.config file.[4]

Hacked By Ghoust Özel Kuvvetler İnternationel Force

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.

Hacked By Ghoust Özel Kuvvetler İnternationel Force

  1. ^ "ASP.NET Web Site Administration Tool". MSDN Visual Studio 2005 Development Center. Retrieved 2008-05-22.
  2. ^ "What's New in ASP.NET Configuration". MSDN Visual Studio 2005 Development Center. Retrieved 2008-05-22.
  3. ^ Cite error: The named reference expert_asp.net was invoked but never defined (see the help page).
  4. ^ a b ".NET Configuration". Retrieved 2008-05-23.