The web.config file that corresponds to your default SSP web site in your SharePoint server needs the following sections that contain SiteMinder settings:
To manually update the web.config file for your default SSP web site
The Internet Information Services (IIS) Manager opens.
The Default SSP Web site stops.
A new Explorer window opens.
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.
<system.web> <securityPolicy>
<membership defaultProvider="CAMemberProvider"> <providers> <clear /> <add name="CAMemberProvider" type="CA.SMMemberRoleProvider.SMMemberProvider,CA.SiteMinder.MemberRoleProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9a76eb29817bc54" /> </providers> </membership> <roleManager enabled="true" defaultProvider="CARoleProvider"> <providers> <add name=" CARoleProvider " type="CA.SMMemberRoleProvider.SMRoleProvider,CA.SiteMinder.MemberRoleProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9a76eb29817bc54" /> </providers> </roleManager>
<add name="PublishingHttpModule" type="Microsoft.SharePoint.Publishing.PublishingHttpModule, Microsoft.SharePoint.Publishing, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
<add name="SessionMgmtModule" type="CA.SPWebModule.SessionMgmtModule, CA.SiteMinder.SPWebModule, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29f091c10dd5f4a0" />
The web config file for your Default SSP Web Site is updated.
| Copyright © 2010 CA. All rights reserved. |
|