asp.netms-accessx86jetwindows64

Configure ASP.NET to use x86 on x64 Windows


I am trying to deploy GAL Modifier, which is an ASP.NET website which uses Microsoft Access on a Windows 2003 x64 machine. However there is no JET driver on x64 (see here), so the change is to use change the target CPU to x86.

However as it is a web site there is no option in Visual Studio except Any CPU, so how can I change the settings to force it to use x86?


Solution

  • You may want to put a 1 or 0 on the end of that statement rather than "true"

    http://support.microsoft.com/kb/894435/en-us (this is an old link but you can find details with the wayback machine https://web.archive.org/web/20150131051556/http://support.microsoft.com/kb/894435/EN-US/)

    ASP.NET 1.1, 32-bit version

    To run the 32-bit version of ASP.NET 1.1, follow these steps:

    Click Start, click Run, type cmd, and then click OK.

    ASP.NET 2.0, 32-bit version

    To run the 32-bit version of ASP.NET 2.0, follow these steps:

    Click Start, click Run, type cmd, and then click OK.

    ASP.NET 2.0, 64-bit version

    To run the 64-bit version of ASP.NET 2.0, follow these steps: