Getting a very strange error in the Event Log while trying the access a precompiled asp.net page. The error is Event Code 3007, "A compilation error has occurred. Further information reveals that it's tripping on the ClientIDMode property of the page, which is set to Static.
I have several other pages that use this same ClientIDMode=Static property with no problems. Also this compiles and runs just fine in a development environment. It's only when I move it to another server that the problem crops up.
What could it be?