I deployed the asp.net mvc application on IIS and uses sql server 2014 for the database. The application not deployed (on visual studio) connects without error to the database.
But once deployed on IIS, it does not connect anymore and displays the error message:
I followed a lot of the tutorials on the ployement.
So I followed the deployment process, using the same user on the application pool and on the database.
Member
2 Points
23 Posts
An exception occurred while initializing the database. For more information, see InnerException.
May 08, 2019 12:08 AM|bokokibiti|LINK
Need help please.
I deployed the asp.net mvc application on IIS and uses sql server 2014 for the database. The application not deployed (on visual studio) connects without error to the database.
But once deployed on IIS, it does not connect anymore and displays the error message:
I followed a lot of the tutorials on the ployement.
So I followed the deployment process, using the same user on the application pool and on the database.
All-Star
53081 Points
23648 Posts
Re: An exception occurred while initializing the database. For more information, see InnerExcepti...
May 08, 2019 12:47 AM|mgebhard|LINK