Webserver ASP configuration and pseudo-static settings

Source: Internet
Author: User

Webserver IIS ASP configuration and pseudo-static settings

I. Overview:

in Windows Server 2003 systems, users can configure ASP, PHP, and ASP based on IIS 6.0. NET, and dynamic Web sites in languages such as Dynamic Web site based on database technology, can achieve a more comprehensive function. Dynamic Web site with strong interactivity, automatic release information and other characteristics, more suitable for companies, enterprises use .

Two. Configure asp:

Create a Web site in 1.iis:

2. Enable directory (Directory browsing)

3. Enable parent path (ASP)

4. Add index.asp (default document)

5. Enable 32 applications (program pool)

Three. Configure pseudo-static:

1. Download install URL Rewrite tool: Rewrite_x64_zh-cn.msi

2. Configure the Web. config

Put the following code into the <system.webServer> node

<rewrite>    <rules>        <rule name="demotest">            <match url= " ^test.html$ " />            <action type="Rewrite" url="{r:1}/ testok.html" />        </rule>            </rules></rewrite>


You can also configure it in IIS:

Webserver ASP configuration and pseudo-static settings

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.