Last post Mar 06, 2020 02:35 AM by NewToDotyNet
Member
25 Points
189 Posts
Mar 06, 2020 12:38 AM|NewToDotyNet|LINK
Hi, I am running through the tutorial as below;
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase
It runs locally however when published to Azure it gives the error below;
How can I find out what this error actually is.
Thanks,
Mar 06, 2020 02:35 AM|NewToDotyNet|LINK
<!-- Uncomment the following line to get detailed error messages on Azure--> <customErrors mode="Off"/>
Member
25 Points
189 Posts
Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service
Mar 06, 2020 12:38 AM|NewToDotyNet|LINK
Hi,
I am running through the tutorial as below;
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase
It runs locally however when published to Azure it gives the error below;
Error.
An error occurred while processing your request.
How can I find out what this error actually is.
Thanks,
Member
25 Points
189 Posts
Re: Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service
Mar 06, 2020 02:35 AM|NewToDotyNet|LINK
<!-- Uncomment the following line to get detailed error messages on Azure-->
<customErrors mode="Off"/>