Application_Start() gets called more than once o_O

Posted by Omu on Stack Overflow See other posts from Stack Overflow or by Omu
Published on 2010-06-09T06:59:21Z Indexed on 2010/06/09 7:02 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

I have an application made on asp.net mvc 2 and it is on IIS 7.5 on my pc I tried profiling it and I noticed that Application_Start gets called more than once,
anybody knows why is this happening ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc