web.config issue activating cross-domain
Last Post 04 Oct 2011 03:32 PM by DNNMasters. 4 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Dave New Member New Member Posts:10 Avatar
--
27 Sep 2011 02:45 PM  
I am attempting to activate MPUS-X on an installation and am getting an error from the web.config file. There is an error loading the assembly at this line:

<add type="DNNMasters.MPUS.X.ProfileProvider.FileServerHandler, DNNMasters.MPUS-X.ProfileProvider" verb="*" path="LinkClick.aspx" />

If I comment out this line in the file DNN does load. I am wary of proceeding with creating SA's without knowing the extent of this assembly's role in the module.

Our installation is DNN 05.06.03 (45).
MPUS-X is version 2.1.22 (MPUS-X Navigator 1.7.1)

Thanks
Dave
DNNMasters Advanced Member Advanced Member Posts:774 Avatar
--
27 Sep 2011 02:52 PM  
Please restore this line to original version.
This will not have impact on the module functionality.

It's only for Photo profile property being able to display photo from any portal.
Dave New Member New Member Posts:10 Avatar
--
28 Sep 2011 09:24 AM  
Thanks for the information. Will try.

Dave
Dave New Member New Member Posts:10 Avatar
--
04 Oct 2011 12:32 PM  
I have gotten the SSO with cross-domain working on my installation. With assistance from the forums resolved some issues with aliases causing odd behavior.

I am running into an error when using the Shared Areas admin, however. When I select a portal from the SA's list, then modify the user/role settings and click update, I am receiving the following:
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

Can this be fixed on the .ascx for that control? Or is there a patch fix for this?

Thanks
Dave
DNNMasters Advanced Member Advanced Member Posts:774 Avatar
--
04 Oct 2011 03:32 PM  
This is strange because I can't replicate it on dnn 5.6.3 and mpus 2.1.22
We'll investigate but the preferred way is to use sharing wizard for sharing. The SA tab is just for overview.
You are not authorized to post a reply.