Hello,
I have to create a shared configuration to enable 32 bit app on iis, becouse i need to use this app ConvertPdfToImage, but i cant change directly on iis.
I found this code
<applicationPools> <add name="DefaultAppPool" /> <applicationPoolDefaults enable32BitAppOnWin64="True"> </applicationPoolDefaults> </applicationPools>
and tried to use them and modified part of them and adapt them but doesn´t work.
Can you guys please help me with this? Do you know or have another way to do this permission of 32bits app?
Thanks for your time.
I am facing the same problem as well, is there a way on what to do to set the IIS to accept 32 bit appliaction?
Muhammad Syafiq wrote:
yes there is. but can bring communication problems, for example with SAP.
I tried this and works:
To configure IIS to run 32-bit applications you must follow these steps:
But i need a solution with Factory configuration.