vote up 0 vote down star

Hi

Summary

To get my site running smoothly on a 64bit server platform, using IIS 7.0 Integrated pipeline mode, what are the things I would need to fix in order for this to work.

Some more detail

I am aware of, that if a assembly uses PInvoke and I have a reference to such a assembly in my project, the error message I will get will probably be very vague and obscure.

  • How do I go about finding these assemblies?
  • If I look at a dll, with reflector, and there is no PInvokes, would this be sufficient to assume that the dll, would be fine in a 64 bit environment?

Any specific suggestions on how to check that my site is fully 64 bit compatible? Would compiling it as AnyCPU be sufficient to ensure that it will run correctly in Integrated pipeline mode?

Thanks Rihan

flag
Are you concerned with the IIS6 to IIS7 conversion or primarily concerned with running on the 64bit platform? – Ben Griswold Aug 3 at 5:37
The IIS 6 to IIS 7 conversion works well, except the site breaks on some arb "is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)" I am assuming that this is probably related to bad dll's that we use in the project? – Rihan Meij Aug 3 at 5:39

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.