Hi everyone. I suppose I'm having the same issue, trying to run an old 32bit application on a Win 2008 R2 server 64bit.
My question is: if I find a 32 bit version of suscomp.dll, do I have to replace the 64bit version or is there a way to use the correct .dll basing on the application bitness?
If replacing is the only option, is the 32bit version fully compatible with the 64bit operating system?
In addition, is there a way to set the entire <scheme> for the compressione to have preCondition="bitness64"? I have found such a solution in a site (can fin the page anymore now), but if I try to add the preCondition to the compression scheme entry it gives me an error on the xml format. adding it to a <module> (like for RPCproxy.dll) it works correctly.
There is onother possibility: I "brutally" copy/pasted the application from a win server 2000 to the win srv 2008 (solving a little issue with the way file paths were handled in win 2000).. Do I need to change the way the web.config file is written in order to make it funciton with IIS 7?
I'll post the current web.config file below; if necessary, can anyone help me doing so (or point me where to find a way to "translate" web.config from iis5 to iis7?
web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="index.html" />
<add value="Default.htm" />
<add value="Default.asp" />
<add value="index.htm" />
<add value="iisstart.htm" />
<add value="default.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
That's a lot of nuts! I'm not english, so I apologize if my request isn't clear, in that case I'll try to explain my situation better.
Thank you in advance,
Alberto