0

When I run my Asp.net MVC application over IIS Express It works fine but when i switch it to Local IIS it gives me this error

System.Data.Entity.Core.EntityException: 'The underlying provider failed on Open.'

enter image description here

enter image description here

Nirav
  • 41
  • 6

1 Answers1

0

So there may be you should check connectionstring and also please check below link

An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user code

Hardik Dhankecha
  • 148
  • 1
  • 11