asp.netglobal-asax

Is it possible to debug Global.asax?


I can't debug global.asax file!

I have some codes in Application_Start() method but when I set a break point in the method, it is ignored!

Is this normal?


Solution

  • Maybe you should try: