|
M
|
maurello author 11/22/2006 |
|
Any suggestion here? |
|
|
|
Sergey Kornilov admin 11/22/2006 |
|
ASP application itself don't know anything hardware and should run exactly the same way in both modes. |
|
|
M
|
maurello author 11/23/2006 |
|
When I run IIS in native 64-bit I get the following error: |
|
|
|
Sergey Kornilov admin 11/23/2006 |
|
I found a couple of likns related to this issue: strConnection = "Provider=SQLOLEDB;UserID=MyUser;Password=MyPassword;Database=MyDatabase" |
|
|
M
|
maurello author 11/27/2006 |
|
I finally solved the problem. Now I can run IIS in 64-bit mode. The correct connection string is: strConnection = "Provider=sqloledb;Data Source=SQLServerName;Initial Catalog=DBaseName;User Id=sa;Password=password;"
|
|
|
D
|
dcihon 12/29/2007 |
|
I need a connection string for using with Access. I have the same problem. I finally solved the problem. Now I can run IIS in 64-bit mode. The correct connection string is: It would be good to have an option for this string in the ASP Runner database selection page for SQL Server. |
|
|
|
Sergey Kornilov admin 12/29/2007 |
|
I recommend to start a new thread posting exact error message. |
|