I have a SQL Server 2000 connection string that I need to work with SQL Server 2008. I am using a DSN and it works just fine, but when I try to connect from the web page, the page never loads and I have to restart my IIS to get the web page to load again.
this is my SQL Server 2000 string:
MM_RFI_Datasource_STRING = "DSN=RFI_Datasource"
this is my SQL Server 2008 string:
MM_RFI_Datasource_STRING = "Provider=SQLNCLI10;DSN=RFI_Datasource;"
I have also tried: MM_RFI_Datasource_STRING = "Provider=SQLNCLI10;Data Source=servername/instance; Initial Catalog=RFI;Integrated Security=True";"
I actually had it working once, but my hard drive was mistakenly erased and now I can't seem to get it to work again.
Any help would be appreciated. I am neither a web master or SQL expert so I am really winging it here.
Thanks