Azure App that was working with MS SQL Server database now not working with Azure SQL Database
We had a web page app in Azure that ran a form for data retrieval. When we removed the SQL server and moved the database to Azure SQL, the app no longer works. We tried the ADO.NET (SQL authentication) connection string from the database page, but the app is not working.
The error we are getting is “The page cannot be displayed because an internal server error has occurred.”
We are having trouble trying to figure out if we have a connection issue to the database or this is a problem with the app itself.
Any suggestions would be appreciated please.
We had a web page app in Azure that ran a form for data retrieval. When we removed the SQL server and moved the database to Azure SQL, the app no longer works. We tried the ADO.NET (SQL authentication) connection string from the database page, but the app is not working. The error we are getting is “The page cannot be displayed because an internal server error has occurred.” We are having trouble trying to figure out if we have a connection issue to the database or this is a problem with the app itself. Any suggestions would be appreciated please. Read More