所以需要移除 binding
開啟 powershell執行以下程式碼(或以記事本存成 .ps1檔案後執行)
$appCmd = "C:\Program Files (x86)\IIS Express\appcmd.exe"
$result = Invoke-Command -Command {& $appCmd 'list' 'sites' '/text:SITE.NAME' }
for ($i=0; $i -lt $result.length; $i++)
{
Invoke-Command -Command {& $appCmd 'delete' 'site' $result[$i] }
}
如果有註冊表問題,依照提示訊息至 regedit修改
沒有留言:
張貼留言