I've got a web app written in asp.net 3.5 / sql server 2005 and it runs extremely fast on my local machine (winXP) & test server (win2003) however some pages run very slowly when on the production server which is running win2008 r2. The web app isn't compiled but it does use two 32-bit dll's (intelligencia urlrewriter & campaign monitor api). I've configured iis7.5 to enable 32-bit apps for the application pool but this hasn't made a difference. Also the pages in question don't use the dll's mentioned any more than any other pages which load fine. The page in question does do very heavy database work so i'm thinking maybe it's got something to do with the fact the production server is running 32-bit sql!?!
Has anyone experience these symptoms or could anyone offer some advice on how i go about getting to the bottom of this?
Cheers
Tim