Vs2010: Remote Access to IIS Express

Source: Internet
Author: User

Remote Access to IIS express means:
1. debug projects can be performed on other devices. This is especially important for devices that are not easy to use virtual machines, such as handheld devices.
2. Avoid Premature IIS 7 configuration (not necessarily a good thing ..)

The most important thing to develop remote access is to change the default localhost in the project URL to the external IP address of the local machine, as shown below:


However, the following error will be reported if you change it directly:


To solve this problem, we need to change the IIS express applicationhost. config file. In XP, the file location is as follows:

It should be noted that the location will be slightly different under win7

Open this file and jump to the sites node. The following similar configurations are displayed:


Change the localhost to the corresponding IP address, for example:


Go back to the previous project configuration page and modify the project URL.


Press F5 to have fun.

Vs2010: Remote Access to IIS Express

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.