Hi,
I am on YAF v1.9.1.8, .net 2
I have been searching about for some clues as to how to fix it, and i know the webresource.axd handler is a common message to get, but I can't find a fix for my particular issue. Any help appreciated.
Everything was working fine until I migrated our intranet (where the forum runs from) to a new windows server (2k3). The forum is up and running fine, but I get the following error when you click on 'register' for new users, or on 'add user' in the admin console:
Server Error in '/FORUM' Application.
--------------------------------------------------------------------------------
The WebResource.axd handler must be registered in the configuration to process this request.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request.
]
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assembly assembly, String resourceName, Boolean htmlEncoded) +8550830
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Type type, String resourceName, Boolean htmlEncoded) +296
System.Web.UI.ClientScriptManager.GetWebResourceUrl(Page owner, Type type, String resourceName, Boolean htmlEncoded) +82
System.Web.UI.ClientScriptManager.RenderWebFormsScript(HtmlTextWriter writer) +58
System.Web.UI.Page.RenderWebFormsScript(HtmlTextWriter writer) +26
System.Web.UI.Page.BeginFormRender(HtmlTextWriter writer, String formUniqueID) +387
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +54
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +51
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +134
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +19
System.Web.UI.Page.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +27
System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +99
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1266
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082