ASP.Net MVC VB.Net Troubleshooting

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”

 

Leave a comment