Configure IIS to run external access

Source: Internet
Author: User

Nonsense

Winter vacation back to the Internet Super Inconvenient (computer daily use of mobile hotspot, traffic has not bear to look straight), and the project needs to start from scratch Web, cloud server is there, but the remote too much traffic, so feel the first local debugging learning. To put it simply, it began to go into the pit.

Body

It is said that Visual Studio's own IIS Express can be made available to the Web server for LAN access.

Step 1

Under the project folder, locate the ". Vs" folder, and then go to the "Config" folder and locate the "applicationhost.config" file and open it.

Locate the Sites node:

<sites>     <site name="WebSite1" id="1" serverAutoStart="true">

Find the following section:

The line under localhost is the one I added, you should add your own IP address.

查IP的方法:Win+R ->  cmd -> ipconfig

Save the configuration file.

Step 2

Open vs with the Administrator and open the project for debugging.

Results

Next, you can access the LAN ...

Hey, home cell phone signal exploded again, picture can't pass up ...

Configure IIS to run external access

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.