There are multiple ways to navigate to the Web management interface. If you want to generate a web application in Visual Studio. NET 2005Program, You canWebsiteSelectASP. NET ConfigurationTo open the web site management tool. If you want to develop a web application outside Visual Studio. NET, you can directly navigate to the web site management tool by requesting the special page webadmin. axd. For example, if your application is located in the virtual directory of mywebapp on the local computer, you can enter the following URL in the web browser to open the web site management tool of the application.
Http: // localhost/mywebapp/webadmin. axd
You can also use this method to access the web site management tools of deployed applications.
Behind the scenes, the web site management tool consists of a set of ASP. NET pages that use the standards discussed in the next sectionLoginControl. These pages are located in the inetpub/wwwroot/aspnet_webadmin folder. If these files are accidentally deleted from the server for some reason, you can execute the aspnet_regiis tool to automatically reinstall them. You can also use the aspnet_regiis tool to control access to the web site management tool. For example, you can use the aspnet_regiis tool to restrict access to the web site management tool to the local server.
Can refer to: http://www.microsoft.com/china/msdn/library/security/dotnetsecurity/NewSecuFeaASPNET20.mspx? MFR = true