I am trying to set up a simple web site using Azure. My program simply links to a database and lists the contents.
I am getting an error message which says that it can't connect the User to the database and provides an error schedule as follows :
SqlException: Login failed for user 'RArch'.
Microsoft.Data.ProviderBase.DbConnectionPool.CheckPoolBlockingPeriod(Exception e)
I can access the remote db from SQL Server management studio and I can run the program locally and access the database remotely.
I would think from this that the Connection string is correct and the user details are correct.
I don't understand the DbConnectionPool issue - it is beyond my current knowledge level.
Can anyone assist with sorting this out. thanks.