After configuring your extended SSP site, rename the membership provider in the web.config file of your extended SSP site. Choose whatever name you want for the extended SSP site, but use a unique name to avoid membership provider conflicts.
To manually update the web.config file for your extended SSP web site
The Internet Information Services (IIS) Manager opens.
The extended 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.
<membership extendedProvider="CAMemberProvider"> <providers> <clear /> <add name="CAMemberProvider" type="CA.SMMemberRoleProvider.SMMemberProvider,CA.SiteMinder.MemberRoleProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e9a76eb29817bc54" />
"CAMemberProvider"
For example, rename the membership provider to the following:
"ExtSSPMemberProvider"
Note: Record this setting for future reference.
The web config file for your extended SSP Web Site is updated.
| Copyright © 2010 CA. All rights reserved. |
|