![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Rafia Tapia, To configure the application to use the custom Membership Service, we need to add a section named membership under the system.web node to the web.config file. The Membership section can have multiple providers listed within the providers subsection, using the add element once for each provider. Here is a simple demo. system.web membership providers add name="MembershipSqlProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="AspNetMembershipDatabase" / /providers /membership /system.web Please have a check with the setting in the web.config file of your application to see whether the error is caused by missing this part. For more information about how to build custom Providers, you can refer to this link: http://msdn.microsoft.com/en-us/library/aa479048.aspx If I have misunderstood you, please feel free to tell me. -- Sincerely, Zhi-Qiang Ni Microsoft Online Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications. MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 2 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx ================================================== |
#4
| |||
| |||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |