asp.net - Application_Start works fine on workstation, is not called when deployed -


i have application works great on development workstation fails when application deployed live environment. seems application_start not being called in live environment.

i able fix removing precompiledapp.config file in root directory of web site on our test server. i'm guessing file holdover when project web site project. converted on web app project. if building web app project, make sure don't have precompiledapp.config file on target server.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -