I have installed MS SQL Server 2012 Express with Advanced Services. I did not make any changes to my ASP.NET application, just restored a database from a backup. Before the SQL Express 2012 I was using SQL Express 2008 with no issues.
Since the SQL Express 2012 was installed, my application is not longer able to login to SQL. I use the same user and the same web.config setup. I receive "Login failed for user 'ASPNET_User'."
Any suggestions? Thank you.