How can I figure out if an ASP.NET application contains 32bit code/component

Posted by timeitquery on Stack Overflow See other posts from Stack Overflow or by timeitquery
Published on 2010-03-26T17:48:17Z Indexed on 2010/03/26 20:53 UTC
Read the original article Hit count: 269

Filed under:

We have an ASP.NET 3.5 application which we need to run on 64bit, but when we do the performance is worst than when we enable 32 bit on the App Pool. It seems like there is something we use in the project which requires 32 bit, but we cannot find what.

© Stack Overflow or respective owner

Related posts about ASP.NET