[Import] address of the Asp.net website management tool

Source: Internet
Author: User

There are multiple ways to navigate to the Web management interface. To generate a web application in Visual Studio. NET 2005, you canWebsiteSelectASP. NET
Configuration
To open the web site management tool. If you want to develop a web application outside Visual Studio. NET, you can request a special page
WebAdmin. axd to directly navigate to the web site management tool. For example, if your application is located in a virtual directory named mywebapp on the local computer, you can enter
URL 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 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 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
Source: http://www.fyis.cn/2007/11/01/aspnet%e7%bd%91%e7% AB %99%e7% AE %a1%e7%90%86%e5%b7%a5%e5%85%b7%e7%9a%84%e5%9c%b0%e5%9d%80.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.