I need to create a user user and user application provider for ASP.NET mvc, and I am looking to use TDD. I created a User class that inherits from the MembershipUser class, but when I try to test it, I get an error message that I cannot understand. How to give it a valid supplier name? Do I just need to add it to web.config? But I do not even test the web application at the moment.
[crash] UserTests.SetUp.UserShouldHeesMembershipUserProperties TestCase 'UserTests.SetUp.UserShouldHembersMembershipUserProperties' failed: The specified membership provider name is invalid. Parameter Name: providerName System.ArgumentException Message. The specified membership provider name is invalid. Parameter Name: providerName Source: System.Web
source share