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
Post a Comment