asp.net web.config中配置Webdav

 <httpHandlers>
          <remove verb="*" path="*"/>
          <add verb="GET,PUT,UNLOCK,LOCK,OPTIONS" path="*.doc,*.xml" type="Webdav.WebdavProtocolHandler,Webdav"/>
        </httpHandlers>

环境IIS7.5 VS2010 WIN7
在web.config配置了以上内容后一直报:分析器错误消息: 未能加载文件或程序集“Webdav”或它的某一个依赖项。系统找不到指定的文件。

求大神来看看

你的bin目录是否存在对应的dll文件,或者app_code文件中有么有对应的程序集cs文件