Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have an ASP.NET application deployed in production on 4 servers for monitoring the enterprise website features from production support viewpoint. Servers are running IIS 7.

The same application works on 3 servers as is, but it doesn't work on 1. All IIS and AppPool settings are same. This faulty machine has few extra Microsoft patches deployed.

While fiddling with IIS settings, setting the AppPool to enable 32 bit apps, the application started working on this box.

We don't get this as it wasn't ever set before and its working without this setting on other 3 servers.

Has anyone come across this situation where a recent patch by Microsoft broke the functionality resulting in such weird behavior? I was guessing probably the server has some 32bit DLL that has replaced a 64bit counterpart and so only when we enable 32 bit apps is when it starts to work.

I know all servers should be on same patch level, but unfortunately I don't control that.
Posted
Comments
Sergey Alexandrovich Kryukov 20-Oct-14 17:57pm    
Does your site explicitly use any 32-bit code? What happens if you create a minimal site from scratch. Will it work with disabled "enable 32 bit apps"?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900