asp.net modify the Web page name extension

Source: Internet
Author: User
Tags config iis

asp.net the default extension is. aspx, but we see many web sites with extensions that are very special, such as Microsoft's. mspx, which explains how to change the page extension to mspx.

The method in ASP.net 1.1:

1.IIS Mappings (iis-> Default Web site-> Properties-> main document-> configuration-> Mappings-> Add):

extension. mspx----> C: "WINNT" Microsoft.NET "Framework v1.1.4322" Aspnet_isapi.dll

Limited to: Get,head,post,debug

2. Modify Web.config

1<configuration>
2
3 <system.web>
4
5 

The method in asp.net 2.0:

1.IIS Mappings (iis-> Default Web site-> Properties-> main document-> configuration-> Mappings-> Add):

extension. mspx----> C: "WINDOWS microsoft.net" Framework "v2.0.50727" Aspnet_isapi.dll

Limited to: Get,head,post,debug

2. Modify Web.config

1<configuration>
2
3<system.web>
4
5

This mspx can be modified for any type we want.

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.