# 在IIS上無法使用DELETE method解決方案 兩個方法 1. 從系統移除WebDAV,在安裝IIS的那邊 **缺點:無法用Visual Studio直接發布到IIS** 2. 修改Web.config ```xml <system.webServer> <modules runAllManagedModulesForAllRequests="false"> <remove name="WebDAVModule"/> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer> ``` `runAllManagedModulesForAllRequests`是原有的,其他是添加的,要參照原有的設定檔
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up