I have a web application that I do a "Publish Web Site" to a local folder. I zip up and give to the web admin to deploy. Previously we weren't doing it this way. I would just create a snap shot of the source (aspx and .cs files along with needed dll's) and place that on the website.
Anyway, we've had two installs (precompiled versions, two out of two) that have had problems. First time 3 pages within in a certain directory wouldn't work. After just a recompile and push to UAT it worked. Said something to the effect that the page wasn't compiled so it couldn't run it. Even though I could see that it had been. Well, we did an emergency release and put another copy out there. Now a submit button on one page doesn't work for whatever reason. Works in dev where the pages are compiled. It's hard to do a full regression test with this app because of time.
Anyone else have problems like this were arbitrarily things don't work when compiled? We never had this problem with the uncompiled version (IIS compiling before running). I had similar problems with VS 2003.
I wanted to compile it so IIS would start the application faster. Previously it would take 30+ seconds.