TX Text Control Blog

32-bit Server Applications on 64-bit Machines

Blogged by Björn Meyer on August 21, 2006 and tagged with 64bit, .net.

ASP.NET applications that use TX Text Control .NET Server must be compiled for 32-bit platforms (see this article). IIS must be configured to execute these 32-bit applications. Generally, all applications will be executed in 64-bit mode.

1. Enable IIS's 32-bit support

Open a command prompt and type in the following command:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

This command enables the 32-bit mode in IIS.

2. Install the IIS 32-bit extensions

Open a command prompt and type the following command:

%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

This command installs the 32-bit web extensions for .NET Framework 2.0.

3. Activate .NET Framework 2.0 32-bit in IIS

In the IIS-Manager, select the 'ASP.NET v2.0.50727 (32bit)' in the 'Web Service Extensions' panel and check 'allow' to activate it.

4. Restart the IIS by opening a command prompt:

iisrestart

Comments

Posted by jabs on January 9, 2007 at 7:14:43 PM CET:
thnx a ton...helped me in a situation...
Posted by mat on February 7, 2007 at 9:09:13 PM CET:
these instructions are right on the money.Thanks for posting.
Cheers!
Posted by alex bold on June 24, 2009 at 4:23:06 PM CEST:
wow very very thank you, i had problems with JET 4.0 ASP connections, with your help all works correkt !!!!

Want to comment about this blog post?