When I configure the web.config file on the Extranet Zone (the Intranet Zone remains untouched), we get 500 - internal server error.
We have a few of questions:
1) Do we need to make these changes on the web.config for the extranet or the intranet zone?
2) Do we need to make any changes to the code on the ExCM Section Handlers?
3) Any suggestions on how to fix this error?
Here is the code we are using according to the instructions on " ExCM Help - Configuration - Site Collections and Sites - Configuring a web.config file with ExCM settings"
<configuration><
<extranet>membershipSettings useEmailAsUsername="true" passwordMessage="Passwords are at least 8 characters long and should contain one of each of the following: number, lower case letter, uppercase letter, special character" passwordExample="Aggies#1" /></
<extranet>configSections><
<sectionGroup name="extranet">section name="membershipSettings" type="SPSolutions.SharePoint.Delegation.Configuration.MembershipSettingsSection, SPSolutions.SharePoint.Delegation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=08a33cc09f006379" /><
</
Regards,
Jesus Perez
Texas A&M University
section name="approvedDomainNames" type="SPSolutions.SharePoint.Delegation.Configuration.ApprovedDomainNamesSection, SPSolutions.SharePoint.Delegation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=08a33cc09f006379" />sectionGroup>
1 Comments