Hello all,
This is my first VS project being put on the web. I had trouble getting it to work after publish but have worked past that. Now the problem is when I try to log in to the site. I get this error:
The connection string 'DefaultConnection' in the application's configuration file does not contain the required providerName attribute."
This connection string is the one I used for Identity. It is not a SQL database but the .mdf file in the App_Data folder. Did I have the settings wrong when publishing or something?
Thanks for any help!