Custom MembershipProvider attempts to pass empty creds after IIS restart
- by Joseph DeCarlo
I have a C# custom ASP.Net MembershipProvider. When the user attempts to navigate to another part of the site after IIS is restarted, it doesn't navigate to the login page to collect credentials, but instead attempts to authenticate with empty credentials.
Can anyone tell me what I have to do to identify that the new authentication needs to…