Chris
2006-09-06 14:21:16 UTC
I have implemented the UpmMembershipProvider in a site and can
successfully register users and login using the ASP.Net 2.0 Membership
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:\Documents and Settings\Administrator\My Documents\Visual
Studio 2005\Projects\TestSolution\TestProject\web.config line 453)."
Line 453 of the web.config file points to the following:
<membership defaultProvider="UpmProvider"
userIsOnlineTimeWindow="15">
<providers>
<add name="UpmProvider"
type="Microsoft.CommerceServer.Runtime.Profiles.UpmMembershipProvider"
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>
</membership>
Is the ASP.Net Web Site Administration Tool supported for use with the
UPMMembershipProvider?
If so, are there any additional permissions settings that need to be
configured?
successfully register users and login using the ASP.Net 2.0 Membership
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:\Documents and Settings\Administrator\My Documents\Visual
Studio 2005\Projects\TestSolution\TestProject\web.config line 453)."
Line 453 of the web.config file points to the following:
<membership defaultProvider="UpmProvider"
userIsOnlineTimeWindow="15">
<providers>
<add name="UpmProvider"
type="Microsoft.CommerceServer.Runtime.Profiles.UpmMembershipProvider"
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>
</membership>
Is the ASP.Net Web Site Administration Tool supported for use with the
UPMMembershipProvider?
If so, are there any additional permissions settings that need to be
configured?