I have a SiteMinder web agent (Version 12.5) setup and it's
protecting pages correctly on IIS 7.5. I have configured the SiteMinder
agent to use IIS 7.5 integrated piping as specified in the (CA SiteMinder Web
Agent Installation Guide for IIS r12.0 SP3). However after successfully
logging in to the umbraco CMS the page failes to load umbraco.aspx with the
below error. I'm using umbraco version 4.7.2 with a SQL Server 2008 back
end.
I'm still pretty new to umbraco so please be detailed with
instructions for solutions.
Any guidance/workaround would be appreciated.
Server Error in '/' 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 File:c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET Files\root\32b2bd60\4b60d78a\App_Web_umbraco.aspx.5f2dec3.7gtmzwza.0.cs Line:0
Stack Trace:
[InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request.
ASP.umbraco_umbraco_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\32b2bd60\4b60d78a\App_Web_umbraco.aspx.5f2dec3.7gtmzwza.0.cs:0
Jason, did you get anywhere with this? we are currently setting up siteminder on a site and umbraco is not able to load jquery, etc. when siteminder is turned on.
Due to time constraints on that project I never did find a solution. I ended up just ripping out all of the content out of umbraco and finished the project as a stand alone asp.net site (without a CMS). Most of the conversion was pretty easy considering the site in umbraco is mostly masterpages and ascx controls.
However I was shocked and disappointed that I still have not received a reply for this issue. While I generally like simplicity of the Umbraco CMS it's inability to work with SiteMinder is a deal breaker. In the future I'm going to be looking at DotNetNuke as a potental solution.
Please post back here and let me know what you end up doing as a solution.
Jason, i think we are making some serious headway with an umbraco install integrated with Siteminder webAgent. did some proof of concept stuff today. I will report back on what we did when we are all happy. Just for reference this is umbraco 4.11.4 we are using.
Jason... we have been successful in integrating... i will try to put some docs together over the weekend. It involved some server tweaks and mostly web.config stuff. We are also using a jarkarta re-direct in conjunction with siteminder.
@Pete... we do have it up and running on two sites. Some of the config involves the siteminder setup/config and some simple tweaks to the umbraco web.config. Things are crazy busy for me lately, but i will TRY to put up what i know.
Issue using SiteMinder Web Agent with umbraco.
I have a SiteMinder web agent (Version 12.5) setup and it's protecting pages correctly on IIS 7.5. I have configured the SiteMinder agent to use IIS 7.5 integrated piping as specified in the (CA SiteMinder Web Agent Installation Guide for IIS r12.0 SP3). However after successfully logging in to the umbraco CMS the page failes to load umbraco.aspx with the below error. I'm using umbraco version 4.7.2 with a SQL Server 2008 back end.
I'm still pretty new to umbraco so please be detailed with instructions for solutions.
Any guidance/workaround would be appreciated.
Server Error in '/' Application.
The WebResource.axd handler must be registered in the configuration to process this request.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<httpHandlers>
<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
</system.web>
</configuration>
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.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<httpHandlers>
<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
</system.web>
</configuration>
Source Error:
[No relevant source lines]
Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\32b2bd60\4b60d78a\App_Web_umbraco.aspx.5f2dec3.7gtmzwza.0.cs Line: 0
Stack Trace:
[InvalidOperationException: The WebResource.axd handler must be registered in the configuration to process this request.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<httpHandlers>
<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
</system.web>
</configuration>]
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assembly assembly, String resourceName, Boolean htmlEncoded, Boolean forSubstitution, IScriptManager scriptManager) +4179118
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Type type, String resourceName, Boolean htmlEncoded, IScriptManager scriptManager) +956
System.Web.UI.ClientScriptManager.RenderWebFormsScript(HtmlTextWriter writer) +257
System.Web.UI.Page.RenderWebFormsScript(HtmlTextWriter writer) +86
System.Web.UI.Page.BeginFormRender(HtmlTextWriter writer, String formUniqueID) +1847
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +95
System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48
System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +11420914
ASP.umbraco_umbraco_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\32b2bd60\4b60d78a\App_Web_umbraco.aspx.5f2dec3.7gtmzwza.0.cs:0
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131
System.Web.UI.Page.Render(HtmlTextWriter writer) +40
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290
Jason, did you get anywhere with this? we are currently setting up siteminder on a site and umbraco is not able to load jquery, etc. when siteminder is turned on.
let me know how you proceeded.
Due to time constraints on that project I never did find a solution. I ended up just ripping out all of the content out of umbraco and finished the project as a stand alone asp.net site (without a CMS). Most of the conversion was pretty easy considering the site in umbraco is mostly masterpages and ascx controls.
However I was shocked and disappointed that I still have not received a reply for this issue. While I generally like simplicity of the Umbraco CMS it's inability to work with SiteMinder is a deal breaker. In the future I'm going to be looking at DotNetNuke as a potental solution.
Please post back here and let me know what you end up doing as a solution.
Good luck,
Jason, i think we are making some serious headway with an umbraco install integrated with Siteminder webAgent. did some proof of concept stuff today. I will report back on what we did when we are all happy. Just for reference this is umbraco 4.11.4 we are using.
Bob, were you able to get this working? If so please provide details. Thanks.
Jason... we have been successful in integrating... i will try to put some docs together over the weekend. It involved some server tweaks and mostly web.config stuff. We are also using a jarkarta re-direct in conjunction with siteminder.
stay tuned.
Bob, following up... did you have time to get that documentation together?
Bump...
Any further info on this? I need to decide on a CMS shortly and SiteMinder integration is critical.
@Pete... we do have it up and running on two sites. Some of the config involves the siteminder setup/config and some simple tweaks to the umbraco web.config. Things are crazy busy for me lately, but i will TRY to put up what i know.
So, here are the updates we have in the web.config in the modules section:
in the handlers section:
New Section:
think that is pretty much it. In your IIS setup, you may need to mess around with the order of your isapi filters, etc. -- HOPE this helps.
That's great thanks, bob!
is working on a reply...