發表文章

目前顯示的是 5月, 2019的文章

Unable to start debugging on the web server.Could not start ASP.NET debugging

圖片
ASP.NET 4.5 has not been registered on the Web server. You need to manually configure your Web server  for  ASP.NET 4.5  in   order  for   your site to run correctly. 當我作業系統換到Windows10,在我打開.NET 4.5發生的這兩個錯誤 我的作法是 1.打開控制台 2.選取程式集 3.選取程式與功能 4.你會看到一個開啟或關閉Windows功能的選項 5.點進去之後,找到IIS相關的(Internet Information Services) 6.展開之後看到World Wide Web服務展開他 7.找到ASP.NET4.7選擇他 8.按下確認,完成設定 如果你跟我的情況一樣,這樣或許可以解決問題,請參考:)