How to check if IIS is in 32bit or 64bit mode
- by Sam
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…