ASP.Net MVC VB.Net Troubleshooting
19-Jun-1212 Leave a comment
Trouble
The connection name ‘ApplicationServices’ was not found in the applications configuration or the connection string is empty
Solution
Go to Project level web.config. Find <membership> change connectionStringName=”ApplicationServices” to “LocalSqlServer”