I'm running SQL Server on a remote machine.
I can connect to it with no problem using Sql Server Enterprise Manager or Query Analyzer.
I recently had to reinstall my operating system and reinstall Visual Studio .NET 2003. Before doing this I was able to connect to the database from within ASP.NET using the same EXACT connection string I'm using now.
Since I reinstalled the O/S and .NET, none of my .NET applications that connect to Sql Server can connect. I'm not having any problems with connections to MySQL at all.
I'm not having any problems connecting to Sql Server OUTSIDE .NET.
I've made the ASPNET user have full control of the entire Framework 1.1 directory and all its subdirectories and files, as well as all directories and files within the application.
Why does .NET STILL refuse to connect to the database 'Access is denied or the database does not exist'
.NET Development37
|