2015年8月31日 星期一

[VS2015] IISExpress10 Application Host config

 IISExpress   Visual Studio 2015  


▌Application Host Config



VS2015:專案的applicationhost.config

Visual Studio 2015 預設的 applicationhost.config 已移至方案下的 .vs資料夾。
如要啟動,請輸入:

iisexpress /site:SiteName /config:"D:\..\.vs\config\
applicationhost.config"




設定網站的資訊到 Global application host config

開啟專案的 .csproj 做文字編輯,


找到 <UseGlobalApplicationHostFile />
並將其設定為true



回到專案設定,點選【建立虛擬目錄】。


可打開預設在我的文件\IISExpress\config\applicationhost.config’
檢查是否已經加入。

或可以直接以下指令已列出在global application host config已經設定的網站。

appcmd list site



可直接以VS2013以前的方式執行了!

iisexpress /site:Your Site Name


若需要列出IISExpress全域的所有站台,可使用以下指令:



appcmd list sites




沒有留言:

張貼留言