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

Bring2mind Forums

IIS 7 Handler Mappings missing DMX entries
Last Post 05/31/2010 2:56 PM by Peter Donker. 7 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Han
New Member
New Member
Posts:10


--
05/04/2010 10:32 PM

Hi, Peter:

Before I ask you the question, let me tell you what my system environment is: Win 2008 Server 64 bit, IIS 7, DNN 5.2.1, DMX 5.2.6, IE 8. This is my staging environment with a valid DMX license. We purchased DMX about 2 weeks ago, and have been testing it out on the staging environment.

I have read through all your installation documentation, and as many forum posts on this as possible, but did not find any answers. The "Handler Mappings" section within IIS 7 is missing the entries for

DMXDAV Handler,
DMXDAV Wildcard Handler,
Bring2Mind Telerik Upload,
Bring2Mind CA Upload

As a matter of fact, I don't even see the default "WebDAV" handler.

Consequently clicking on "Open in Windows Explorer" doesn't do anything.

 I'm not very familiar with IIS 7, so maybe I need to manually add these entries? Please advise.

BTW, we are very excited about switching our document management system to DMX.

Han

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/06/2010 1:40 PM
Hi Han,

There is a menu item on DMX called Web.Config (under Admin). This brings up a page where you find a number of buttons to add/remove these items from the web.config. For IIS you need to make adjustments yourself for WebDAV as described in the manual.

Let me know if this is unclear. If everything fails, then you can always send me the web.config by email and I'll have a look for you.

Peter

Han
New Member
New Member
Posts:10


--
05/06/2010 3:33 PM

Hi, Peter:

I have gone thru both documents:

1. Document Exchange Installation

2. Document Exchange Getting Started

I had brought up the page Admin -> Web.config, and toggled on/off WebDAV, RadUpload, CA Upload for both IIS6 and 7. Right now they are all turned on for both IIS 6 & 7. The corresponding web.config section looks like:

<httpModules>

<

add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV" />add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" />add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI" />httpModules>

<

httpHandlers>

<

<

<

<

add path="dmxdav.axd" verb="GET,HEAD,PUT,OPTIONS,PROPFIND,PROPPATCH,COPY,MOVE,DELETE,MKCOL,LOCK,UNLOCK,DEBUG" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" validate="false" />add path="*" verb="OPTIONS,PROPFIND" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" validate="false" />add path="Bring2mind.Telerik.RadUploadProgressHandler.aspx" verb="*" type="Bring2mind.Telerik.WebControls.RadUploadProgressHandler, Bring2mind.Telerik.RadUpload.Net2" />add path="ComponentArtUploadProgress.axd" verb="*" type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" />httpHandlers>

So according to your documentation, my web.config looks correct, but I don't know why "Handler Mappings" in IIS 7 is missing those entries. Any idea?

Thanks.

Han

<

<

Han
New Member
New Member
Posts:10


--
05/06/2010 3:41 PM

Also in web.config, I have the following

<

system.webServer>

<

modules>

<

<

<

add name="DMX_RadUploadModule" type="Bring2mind.Telerik.WebControls.RadUploadHttpModule, Bring2mind.Telerik.RadUpload.Net2" preCondition="managedHandler" />add name="WebDAVAuthenticationModule" type="Bring2mind.DNN.Modules.DMX.WebDAV.AuthenticationModule, Bring2mind.DNN.Modules.DMX.WebDAV" preCondition="managedHandler" />add name="ComponentArtUploadModule" type="ComponentArt.Web.UI.UploadModule, ComponentArt.Web.UI" preCondition="managedHandler" />modules>

<

<

handlers>remove name="WebDAV" />

<

<

<

<

add name="Bring2mind Telerik Upload" path="Bring2mind.Telerik.RadUploadProgressHandler.aspx" verb="*" type="Bring2mind.Telerik.WebControls.RadUploadProgressHandler, Bring2mind.Telerik.RadUpload.Net2" preCondition="integratedMode,runtimeVersionv2.0" />add name="DMXDAV Handler" path="dmxdav.axd" verb="GET,HEAD,PUT,OPTIONS,PROPFIND,PROPPATCH,COPY,MOVE,DELETE,MKCOL,LOCK,UNLOCK,DEBUG" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" preCondition="integratedMode,runtimeVersionv2.0" />add name="DMXDAV Wildcard Handler" path="*" verb="OPTIONS,PROPFIND" type="Bring2mind.DNN.Modules.DMX.WebDAV.DavHandler, Bring2mind.DNN.Modules.DMX.WebDAV" preCondition="integratedMode,runtimeVersionv2.0" />add name="Bring2mind CA Upload" path="ComponentArtUploadProgress.axd" verb="*" type="ComponentArt.Web.UI.UploadProgressHandler, ComponentArt.Web.UI" preCondition="integratedMode,runtimeVersionv2.0" />handlers>

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/11/2010 10:56 AM
Hi Han,

I don't think the web.config is the problem then. The WebDAV handler is there under IIS7 (sorry XML formatting is not that great in this forum). You see the DMXDAV Handler, right?

Did you follow the screenshot instructions on IIS 7 tuning?

Did you lower the security on IE so that it is allowed to start unsigned scripts?

If this is all "yes" then contact me by email to see if I can spot what is wrong from here.

Peter
Han
New Member
New Member
Posts:10


--
05/11/2010 4:28 PM

Hi, Peter:

Neither the default WebDAV nor DMXDAV handler is there in "Handler Mappings" in IIS 7.

The answer is "yes" to both questions.

I guess I will contact you by email now.

Han

Timothy Bray
New Member
New Member
Posts:5


--
05/24/2010 10:13 PM

Peter... I'm having the same issues. All options turned on in the web.config screen of my DMX install, but no DMX handlers in my IIS7 Handler Mappings Section. Did you resolve anything with the previous user?

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/31/2010 2:56 PM
Hi Tim,

I'm still waiting on him. But if the entries are there in the config then they should show up in IIS mgt panel.

Peter
You are not authorized to post a reply.