I have written some code in the application_start() method in my global.asax file. It does not get called when I deploy my application on IIS
application_start()
global.asax
IIS
This did work for me:
Then, Application_Start() was fired only for the first time.