How to hang multiple Web sites in a virtual directory under a Web site-practical Tips

Source: Internet
Author: User
(Application of ASP.net).
There are a lot of such articles on the web, but I need to make the company's complex, larger Web applications work in this way and compare the head to the big one. General articles recommend that you combine bin and web.config.

I tried, direct access to the subsite, ie hint web.config, that line is wrong, I directly web.config the site, add a line remove, directly remove the Web.config configuration of the parent site.

Seemingly complex web.config, actually only changed
2 Place:
Copy Code code as follows:

<pages theme= "Sitetheme" stylesheettheme= "Sitetheme" "masterpagefile=" ">
<remove verb= "*" path= "*.asmx"/>
<remove path= "Ajax/*.ashx" verb= "Post,get"/>

All done.

It's done.

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.