when I try to "open in windows explorer" nothing happens. digging a bit deeper with fiddler shows some 404 errors. This is on a fresh install of DMX 5.2.2 There were no errors on the install and right now there is one folder (called template) off the root that I am trying to access.
This is on IIS 6, Network service has full privilages to all folders in DNN and the verb options have been adjusted per the install doc for the .axd extension. wildcard mapping has also been confirmed as instructed via the docs. One discrepency I found was in the web.config. The documentation mentions the following line;
path="/" verb="OPTIONS,PROPFIND" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" validate="false" />
it added this instead
path="*" verb="OPTIONS,PROPFIND" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" validate="false" />
Everything else appears to be in order.
Trace from fiddler;
The Response header (raw) isn't healping much either... here's what it's showing for the call to /dmxdav.axd/Template it's just a plain ole 404 error page. OPTIONS http://mysite.com/ HTTP/1.1 Translate: f User-Agent: Microsoft Data Access Internet Publishing Provider Protocol Discovery Host: mysite.com Content-Length: 0 Connection: Keep-Alive Pragma: no-cache Cookie: .ASPXANONYMOUS=LlK6C4v... etc HTTP/1.1 404 Not Found Content-Length: 1635 Content-Type: text/html Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Date: Tue, 09 Feb 2010 21:38:58 GMT
Please try the following:
Technical Information (for support personnel)