I developed a site using SQLEXPRESS but have now moved that to an Azure database. I can connect to the database using SQL Server Management Studio and all seems to be OK. I then updated my connection string (both local and in azure to point to this database)
But when I try to access the site I get the following error -
Problem connecting to Azure database
I developed a site using SQLEXPRESS but have now moved that to an Azure database. I can connect to the database using SQL Server Management Studio and all seems to be OK. I then updated my connection string (both local and in azure to point to this database)
But when I try to access the site I get the following error -
Value cannot be null. Parameter name: sqlSyntax
Any ideas?
I copied in my connection string but it's not displaying in my post, I copied it from the azure portal so confident it is OK
is working on a reply...