Global.asax Application_Start run on bin-folder update?

642 views Asked by At

My question is quite simple.. What if I have an application.. and I start it, and then I assume that Application_Start will be hit.. But what if I during runtime add another assembly to the bin-folder.. would this cause the application to rebuild and hit Application_Start again? (the assembly wont have any reference to the other assemblies or vice versa)

Thanks!

1

There are 1 answers

1
Inx On

Well... sorry, thought it was harder to test then it was... anyway.. the answer is YES, it does fire AppLication_Start again