Configuring ASP.NET to use x86 on x64 Windows

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

However, since this is a website, there is no option other than Any CPU in Visual Studio, so how do I change the settings to force it to use x86?

+5
source share
3 answers

You might want to put 1 or 0 at the end of this statement, rather than "true"

http://support.microsoft.com/kb/894435/en-us

+2

32 . " " IIS7, " ...".

" 32- " "".

32- ( WOW64) 32- .NET Framework .

IIS6 . 32- 32- ISAPI:

cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 "true"

, aspnet_isapi.dll Framework64 aspnet_isapi.dll Framework. aspnet_filter.dll.

ASP.NET , DLL:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i -enable
+8

iis 6.0, " ", ( ) " ...", " 32- ", True, !

0

All Articles