Browse by Tags
Sorry, but there are no more tags available to filter with.
-
使用管理者身分執行cmd.exe
-
UAC 在我的心目中是好東西,雖然有不少人討厭它,但就像開車要繫安全帶,忍受一些不方便降低風險,永遠是值得的。 Windows桌面操作或檔案總管在需要管理者權限的場合會主動彈出提示,倒不用特別費心去記什麼動作需要提升權限。 但IT人員比較常遇到的困擾是命令提示字元視窗(cmd.exe,俗稱DOS視窗),若未使用管理者身分開啟cmd.exe,執行重啟IIS(iisreset)、停用啟動服務(net stop/start)等系統層級操作就得吃閉門羹。 除了如上圖靠右鍵選單的「以系統管理員身分執行」,從Widows...
-
IIS8之System.ServiceModel.Activation.HttpModule錯誤處理
-
經典老問題:在安裝ASP.NET 4.5後安裝.NET 3.0 WCF(或手動執行Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe)後ASP.NET 4網站噴出以下錯誤: Could not load type ‘System.ServiceModel.Activation.HttpModule’ from assembly 'System.ServiceModel...