D
duancg
Hi,
I created a "WebSite" using VS2005 on a x64 machine, the aspx/cs code
connect to an MS Access database to read/write data. Everything seems
fine in IDE, but when I deploy to the IIS on the same x64 machine and
visit the web page, it show the following error:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the
local machine.
I did some research and the error seems caused by missing the x64
version of Jet 4.0 driver. (or at least IIS doesn't know how to find
it).
I also saw people using the compile options in VS2005 to compile their
C# project as an x86 application to workaround the problem (through
project -> properties -> build -> target platform -> x86), but I can
not seem to find a similar dialog for my "WebSite" project.
I just want website to run on my IIS. Any help is appreciated!
duancg
I created a "WebSite" using VS2005 on a x64 machine, the aspx/cs code
connect to an MS Access database to read/write data. Everything seems
fine in IDE, but when I deploy to the IIS on the same x64 machine and
visit the web page, it show the following error:
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the
local machine.
I did some research and the error seems caused by missing the x64
version of Jet 4.0 driver. (or at least IIS doesn't know how to find
it).
I also saw people using the compile options in VS2005 to compile their
C# project as an x86 application to workaround the problem (through
project -> properties -> build -> target platform -> x86), but I can
not seem to find a similar dialog for my "WebSite" project.
I just want website to run on my IIS. Any help is appreciated!
duancg