0

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!

Inx
  • 2,364
  • 7
  • 38
  • 55

1 Answers1

1

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

Inx
  • 2,364
  • 7
  • 38
  • 55