VS無(wú)法啟動(dòng)服務(wù)器是怎么回事?
有時(shí)在使用Visual Studio運(yùn)行項(xiàng)目時(shí),會(huì)提示“無(wú)法啟動(dòng)IIS Express Web服務(wù)器”
1、可能原因:誤操作執(zhí)行了:Sc config http start= disabled
解決:
cmd執(zhí)行:sc config http start= demand & net start http
2、在解決方案文件夾下找到并刪除“.vs”文件夾(可能是隱藏文件夾),重新打開(kāi)項(xiàng)目。
3、嘗試給項(xiàng)目換一個(gè)端口號(hào)啟動(dòng)。