|
|
|
|
| Author |
Messages |
|
Scott McCulloch Administrators
 Nuke Master Posts:12427


 |
| 5/11/2007 9:12 PM |
|
Yep, any module that has a "RSS.aspx" in it would be affected.
If you add the web.config that I use in the modules here, it should fix it OK. |
|
Scott McCulloch Site Administrator |
|
|
Javier Anto Gold Membership
Posts:50

 |
| 6/16/2007 4:12 AM |
|
The problem returns
Using DNN 4.5.3 and the lasts versions for ventrian modules
Now I'm obtaining one lightly different error. This error is randomly but persits 10 or 15 min...
AssemblyVersion: 04.05.03
PortalID: 1
PortalName: Vxxxxxxxx
UserID: -1
UserName:
ActiveTabID: 53
ActiveTabName: Inicio
RawURL: /Default.aspx?tabid=53&error=The+WebResource.axd+handler+must+be+registered+in+the+configuration+to+process+this+request.%0d%0a%0d%0a%3c!--+Web.Config+Configuration+File+--%3e%0d%0a%0d%0a%3cconfiguration%3e%0d%0a++++%3csystem.web%3e%0d%0a++++++++%3chttpHandlers%3e%0d%0a++++++++++++%3cadd+path%3d%22WebResource.axd%22+verb%3d%22GET%22+type%3d%22System.Web.Handlers.AssemblyResourceLoader%22+validate%3d%22True%22+%2f%3e%0d%0a++++++++%3c%2fhttpHandlers%3e%0d%0a++++%3c%2fsystem.web%3e%0d%0a%3c%2fconfiguration%3e&content=0
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.verweb.com/Default.aspx?tabid=53&error=The+WebResource.axd+handler+must+be+registered+in+the+configuration+to+process+this+request.%0d%0a%0d%0a%3c!--+Web.Config+Configuration+File+--%3e%0d%0a%0d%0a%3cconfiguration%3e%0d%0a++++%3csystem.web%3e%0d%0a++++++++%3chttpHandlers%3e%0d%0a++++++++++++%3cadd+path%3d%22WebResource.axd%22+verb%3d%22GET%22+type%3d%22System.Web.Handlers.AssemblyResourceLoader%22+validate%3d%22True%22+%2f%3e%0d%0a++++++++%3c%2fhttpHandlers%3e%0d%0a++++%3c%2fsystem.web%3e%0d%0a%3c%2fconfiguration%3e&content=0
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 0fd508c3-5c7c-475f-958a-68197a81156b
InnerException: The WebResource.axd handler must be registered in the configuration to process this request.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The WebResource.axd handler must be registered in the configuration to process this request. ---> System.InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request. at System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assembly assembly, String resourceName, Boolean htmlEncoded)at System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Type type, String resourceName, Boolean htmlEncoded)at System.Web.UI.ClientScriptManager.GetWebResourceUrl(Page owner, Type type, String resourceName, Boolean htmlEncoded)at System.Web.UI.ClientScriptManager.RenderWebFormsScript(HtmlTextWriter writer)at System.Web.UI.Page.RenderWebFormsScript(HtmlTextWriter writer)at System.Web.UI.Page.BeginFormRender(HtmlTextWriter writer, String formUniqueID)at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)at System.Web.UI.Page.Render(HtmlTextWriter writer)at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer)at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
Source:
Nombre del Servidor:
I already have these lines in my web.config and webresource.axd is excluded from compression settings
Any Ideas....
|
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12427


 |
| 6/16/2007 4:59 AM |
|
Are you using the latest version of each module? This was a problem when the RSS handler was added in for DNN.
I have since rectified the problem. |
|
Scott McCulloch Site Administrator |
|
|
Javier Anto Gold Membership
Posts:50

 |
| 6/16/2007 7:18 AM |
|
| I'm using simple gallery 02.01.08 and articles 00.05.61
| |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12427


 |
| 6/16/2007 7:22 AM |
|
If you are using those, I don't think its a ventrian module causing the issue.
The issue was originally introducted when I had a web.config file that cleared all httpModules and added the ones back to get around the RSS issue. I modified the approach to change the RSS handler only for that module sub-directory that the RSS page is included in.
I wonder if any of your other installed modules tried that approach I took initially? |
|
Scott McCulloch Site Administrator |
|
|
Javier Anto Gold Membership
Posts:50

 |
| 6/16/2007 7:36 AM |
|
| excuse me, i'm using too the property agent 01.02.00 module, can this be related? i can upgrade this... and investigate the other modules that i have... |
|
|
|
|
Scott McCulloch Administrators
 Nuke Master Posts:12427


 |
| 6/16/2007 6:27 PM |
|
| Property Agent has no RSS feeds - so I don't think it would be related to this particular problem. |
|
Scott McCulloch Site Administrator |
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|