IIS webapp development process of debugging

1. Background

     1. When my phone connected to the computer after the connection is not actually want to debug, and then I will publish the project before they can request (under the same local area network)

     2. You do not think the process of publishing to IIS and then add too much trouble it? Looked at the whole online is that this method, which is not scientific! VS has provided a better way.

 

 2. Prepare

     1. The following computers and mobile phones in the same network. (Outside the network request, you can read my other blog a)

 

 

  3. Start (.net core mode)

     1. Select the project left the project properties

 

    2. Publish IIS program, select local files released it.

 

Now just start your IIS program, and then start IIS vs also choose the way you just created it, at boot time will restart the project, the point has been agreed on it.

 

 

  When installing IIS, if only installation option is checked by default is not enough, release .net framework based website, a variety of error will be unable to Tucao ......

  Finally, I put the relevant content IIS are installed over, VS instantly published to the IIS perfect ؏؏☝ᖗ Ya Ya ᖘ☝؏؏ ◡

 

 

 4. The front end configuration

     1. The front end of the request path is to be noted, IPv4 network using: address IP, properties of the network can be seen

      

 

     Note that we must use this ip request otherwise or not, this is my configuration

 

Well, here's your VS debugger to the IIS process can go inside, then you can use the app request a test. Come on 2020 ha ha!

Guess you like

Origin www.cnblogs.com/chenxi001/p/12127598.html