Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

405 Errors When trying to Connect via webdav
Last Post 04/16/2010 11:28 AM by Peter Donker. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Michael Cunningham
New Member
New Member
Posts:1


--
04/14/2010 4:18 PM

Hi,

Using an install that was moved from IIS6 to IIS 7.5. I think I've followed the directions in the install manual exactly but I'm constistanly getting 405 errors. I'm pretty sure I need to add a verb somewhere but I'm at a lostt as to where.

PROPFIND /dmxdav.axd/CDG%20Private%20Data%20No%20Vendors%20Allowed HTTP/1.1
Cookie: .ASPXANONYMOUS=..;
dmxdavcookie=..; portalaliasid=..; portalroles
User-Agent: Microsoft-WebDAV-MiniRedir/6.1.7600
Depth: 0
translate: f
Connection: Keep-Alive
Content-Length: 0
Host: projectdata.cdgarchitects.com

HTTP/1.1 405 Method Not Allowed
Allow: GET, HEAD, OPTIONS, TRACE, LOCK, UNLOCK
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Wed, 14 Apr 2010 14:06:32 GMT
Content-Length: 1293

Uverbs allowed:

DMXDAV HAndler: GET,HEAD,PUT,OPTIONS,PROPFIND,PROPPATCH,COPY,MOVE,DELETE,MKCOL,LOCK,UNLOCK,DEBUG

DMXDAV Wildcard:
OPTIONS,PROPFIND

Thanks For Your Help. Full Fiddler Text Below.

Michael

[stuff cut: Fiddler trace known with me, Peter]

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/16/2010 11:23 AM
Hi Michael,

405 errors are due to IIS not routing the call to asp.net. Make sure IIS has the verbs mentioned in the installation manual wired to the asp.net isapi handler.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/16/2010 11:28 AM
Note: what I'm talking about is adding the verbs in the IIS manager. These verbs reappear in the web.config and I believe you have them correctly set up there (that is done by DMX upon installation). What is probably missing is the editing of the isapi handler in the IIS manager panel on the web server.

Peter
You are not authorized to post a reply.