![]() |
![]() |
|
If you wish to run an ASP.NET web application that uses our 32 bit components on a 64 bit server, you need to enable 32 bit applications in the ApplicationPool which is running your site/application.
START -> Settings -> Control Panel -> Administrative Tools -> Internet Information Services (IIS) Manager
Advanced Settings ...
from the Actions menuEnable 32-Bit Applications
value to True
(see image below)For older (Legacy) versions of IIS and DotImage (.NET 1.1), See this Microsoft KB article for more information
For more information, please see: INFO: Bitness Roundup Whitepaper: x86, x64, AnyCPU
2025-06-18 - TD