Valid on IIS 7.0 and 7.5
Symptom:
The agent protecting my backend resources on an IIS 7.x web server does not challenge users for credentials when operating in classic pipeline mode.
The agent only challenges users when operating in integrated pipeline mode.
Solution:
Perform one of the following work-arounds if you use classic mode to protect your backend resources with ARR.
Important! Do not use Notepad, Wordpad (or any other text editor with line-length limitations) to edit the .config (XML) files. A text editor that is designed for writing programming source code typically does not have such line-length limitations. For more information, see the documentation or online help for your respective editor.
Follow these steps:
<add name="CASiteMinderWebagentModule" image="C:\Program Files\CA\webagent\win64\bin\IIS7WebAgent.dll" preCondition="integratedMode,bitness64" />
<add name="CASiteMinderWebagentModule" image="C:\Program Files\CA\webagent\win64\bin\IIS7WebAgent.dll" preCondition="bitness64" />
<add name="CASiteMinderWebagentModule-32" image="C:\Program Files\CA\webagent\win32\bin\IIS7WebAgent.dll" preCondition="integratedMode,bitness32" />
<add name="CASiteMinderWebagentModule-32" image="C:\Program Files\CA\webagent\win32\bin\IIS7WebAgent.dll" preCondition="bitness32" />
<add name="CASiteMinderWebagentModule" preCondition="integratedMode,bitness64" />
<add name="CASiteMinderWebagentModule" preCondition="bitness64" />
<add name="CASiteMinderWebagentModule-32" preCondition="integratedMode,bitness32" />
<add name="CASiteMinderWebagentModule-32" preCondition="bitness32" />
The changes to your IIS 7.5 web server are complete.
<add name="CASiteMinderWebagentModule" image="C:\Program Files\CA\webagent\bin\IIS7WebAgent.dll" preCondition="integratedMode" />
<add name="CASiteMinderWebagentModule" image="C:\Program Files\CA\webagent\bin\IIS7WebAgent.dll" />
<add name="CASiteMinderWebagentModule" preCondition="integratedMode" />
<add name="CASiteMinderWebagentModule" />
The changes to your IIS 7.0 web server are complete.
STAR Issue # 20665837:01
Copyright © 2012 CA.
All rights reserved.
|
|