I have implemented the UpmMember****pProvider in a site and can
successfully register users and login using the ASP.Net 2.0 Member****p
controls. However, when I try to use the "Security" tab of the ASP.Net
Web Site Administration Tools I am presented with the following error:
"There is a problem with your selected data store. This can be caused
by an invalid server name or credentials, or by insufficient
permission. It can also be caused by the role manager feature not being
enabled. Click the button below to be redirected to a page where you
can choose a new data store. The following message may help in
diagnosing the problem: Object reference not set to an instance of an
object. (C:\Do***ents and Settings\Administrator\My Do***ents\Visual
Studio 2005\Projects\TestSolution\TestProject\web.config line 453)."
Line 453 of the web.config file points to the following:
<member****p defaultProvider="UpmProvider"
userIsOnlineTimeWindow="15">
<providers>
<add name="UpmProvider"
type="Microsoft.CommerceServer.Runtime.Profiles.UpmMember****pProvider"
logonNameProperty="GeneralInfo.email_address"
maxInvalidPasswordAttempts="5"
passwordAttemptWindow="10"
passwordLockoutPeriod="0"
requiresApproval="false"
writeExceptionsToEventLog="true"
minRequiredPasswordLength="5"
minRequiredNonalphanumericCharacters="0"
requiresQuestionAndAnswer="false"
enablePasswordReset="true"
enablePasswordRetrieval="true"
requiresUniqueEmail="true"
passwordFormat="Clear" />
</providers>
</member****p>
Is the ASP.Net Web Site Administration Tool sup****ted for use with the
UPMMember****pProvider?
If so, are there any additional permissions settings that need to be
configured?