Usually on the computer to write HTML page if not online, want to browse the effect on the phone is very difficult, in the actual work we are very much want to be able to use the phone to test HTML page, after all, a lot of bugs in the PC end can not be measured
First of all, about the installation of IIS Manager, we can through the almighty Baidu to achieve (I do not particularly understand this piece): http://jingyan.baidu.com/article/19192ad853224ce53f570748.html
1. After installation, we open IIS Manager, find "website", right mouse click, select " add site ". Customize a name inside the site name, then find your project folder and click OK
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/88/E9/wKioL1gAgWLSd-7pAAEaLMAfGL4674.png "title=" Qq20161014145354.png "alt=" Wkiol1gagwlsd-7paaealmafgl4674.png "/>
2. Select the name of the site you created, right-click, and then find "Manage Site"---"Browse"
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/88/E9/wKioL1gAgnyTm4FvAABamqkVuK0315.png "title=" Untitled. png "alt=" Wkiol1gagnytm4fvaabamqkvuk0315.png "/>
3, the browser will open a page and error, the reason for everyone to see, we just need to enter the HTML file name in the following can be
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/88/E9/wKioL1gAgw-DoAO-AAA260X9vm0766.png "title=" Qq20161014150128.png "alt=" Wkiol1gagw-doao-aaa260x9vm0766.png "/>
4. After opening the page, replace the locahost part with your own computer IP address
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/88/ED/wKiom1gAhA6wvY-SAAIa-qKjEW8937.png "title=" Qq20161014150453.png "alt=" Wkiom1gaha6wvy-saaia-qkjew8937.png "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/88/ED/wKiom1gAhJXS4QASAAPATh6VNU0811.png "title=" Qq20161014150753.png "alt=" Wkiom1gahjxs4qasaapath6vnu0811.png "/>
5, open an online two-dimensional code generation page, put the link in will automatically generate a two-dimensional code, pick up the mobile phone scan code can be viewed through the mobile phone page. If the page opens slowly or does not open, turn off the computer firewall
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/88/E9/wKioL1gAhc3hTN7mAACpe7ZVM7k454.png "title=" Qq20161014150844.png "width=" "height=" 246 "border=" 0 "hspace=" 0 "vspace=" 0 "style=" WIDTH:500PX;HEIGHT:246PX; "alt = "Wkiol1gahc3htn7maacpe7zvm7k454.png"/>650) this.width=650; "Src=" http://s5.51cto.com/wyfs02/M01/88/E9/ Wkiol1gahhgd6-txaa4zpbvx6um456.png "title=" qq picture 20161014151504.png "Width=" "height=" 625 "border=" 0 "hspace=" 0 " Vspace= "0" style= "width:350px;height:625px;" alt= "Wkiol1gahhgd6-txaa4zpbvx6um456.png"/>
When debugging the code again, just go back to the IIS Manager, find the site you created, right-click Refresh, and repeat steps 5th.
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/88/E9/wKioL1gAhyjTqwJ7AACDAWPjhPk517.png "title=" Untitled. png "alt=" Wkiol1gahyjtqwj7aacdawpjhpk517.png "/>
Of course, the above premise of successful operation is to link to the local area network, how to operate, you can Baidu, here will not repeat the
This article is from the "Dapengtalk" blog, make sure to keep this source http://dapengtalk.blog.51cto.com/11549574/1861933
Using IIS Manager-Browse HTML pages on your phone