码迷,mamicode.com
首页 > 其他好文 > 详细

IIS Express

时间:2015-02-20 07:35:11      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:

1. folder for iisexpress.exe

C:\Program Files (x86)\IIS Express

2. folder for website

C:\Users\Steve\Documents\My Web Sites

3. folder for configuration file : applicationhost.config

C:\Users\Steve\Documents\IISExpress\config
<site name="WebSite2" id="1" serverAutoStart="true">
                <application path="/">
                    <virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite2" />
                </application>
                <bindings>
                    <binding protocol="http" bindingInformation=":8081:localhost" />
                </bindings>
</site>

 

IIS Express

标签:

原文地址:http://www.cnblogs.com/phoenix13suns/p/4296394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!