I have wcf application that is hosted by iis. I add the Global.asax file with implimentation of the Application_Start.
But when i start the iis ( or reset ) i don't see that the Application_Start method is called.
How to fix it ? I want that the iis will call this method on iis start (when the computer startup ( because the iis start automatic on machine start ) or when iis restart )