I have a great web application that should work in a 64 bit process. However, when I set โEnable 32-bit applicationsโ to False in my application pool, I get the following error trying to start the application in IE:
is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
The application name is missing at the beginning of the error message, i.e. I did not lose it during copy and paste.
I am advised to use Process Monitor to determine which application / DLL loading is actually causing the error, but I do not know where to start. Can anyone advise?
EDIT: I tried filtering Process Monitor only on w3wp.exe and only on the file system and processes, but just trying to go to the root URL gives 34012 events.
Profk source share