本文介绍了在IIS 7.5中启用HTML PUT方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在做一个的iCal服务,以允许日历实例之间同步和运行在梦幻般的本地主机(下VS2010 Web服务器)

但现在,我托管在Windows 2008 R2(IIS 7.5.7600)的我无法创建甚至没有更新的事件:-o

雷鸟总说

所以我冲进提琴手并发现了这个问题。

405 错误

这表示PUT是不允许的:(

解决方案

We just need to remove the WebDav Service

then navigate to Server Manager > Roles > Web Server (IIS) and wait until Roles Services come up.

Then Remove Role Service and Remove WebDAV Publishing

You need to restart the Server to finalize this action.

I hope it helps someone

这篇关于在IIS 7.5中启用HTML PUT方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-27 16:06