Asp. NET in the implementation of level two or multilevel domain name (modify urlrewrite) to pay attention to the problem __.net

Source: Internet
Author: User

1. Domain Name resolution problem
entered the domain name http://1234.abc.com/, browser prompts can not find the Web page. First of all, you should confirm that your domain name supports pan domain name resolution, that is, let all level two, level three domain names point to your server. Second, to ensure that your site is the default site on the server, that is, the 80-port host head empty site that can be directly with IP access to the http://1234.abc.com/, or to prompt your site error messages, or will be the correct implementation of your definition of urlrewrite, Either show the home page of your site.

2. Issues that cannot be overridden
If you confirm that your domain name resolution is correct, but still cannot rewrite, the access http://1234.abc.com/will prompt the path "/" Can not find ...,
If so, you first add the ASPNET_ISAPI wildcard application mappings (this step is required, sorry! not presented in the previous article).

How to: IIS Site Properties-> home Directory-> configuration




Click the Insert button



Select or enter C:/windows/microsoft.net/framework/v1.1.4322/aspnet_isapi.dll
Cancels the hook before the confirm file exists.
Are you sure

It should be no problem to visit the http://1234.abc.com/.


3. Default first page invalidation, because the ball to the asp.net processing directly, the default homepage of IIS definition will be invalidated, this situation occurs:
Access http://www.abc.com/cannot access the home page and can be accessed through http://1234.abc.com/default.aspx.
To solve this problem, please set lookfor/to/default.aspx or index.aspx in web.config. Rewrite, can completely solve the problem.
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.