How to check if IIS is in 32bit or 64bit mode

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-05-10T15:41:11Z Indexed on 2010/05/10 15:44 UTC
Read the original article Hit count: 393

Filed under:
|

I'm trying to deploy a site to a 64bit OS. I'm deploying to IIS. The site was developed on a 32bit server. The site deployed correctly however it's trying to access a COM component and that is failing.

I believe the error is occurring because the COM component is a 64bit version on the 64bit OS. And IIS is running in 32bit mode on the 64bit server.

I'd like to confirm this but I can't seem to find a definitive way to check if IIS is in 32bit mode or 64bit mode.

Would someone know the best way to check if IIS is in 64bit or 32bit mode?

© Stack Overflow or respective owner

Related posts about iis6

Related posts about ASP.NET