Author: ponnapati | Posted on: 10/30/2009 6:45:27 PM | Views : 920

Hi ,
    I am converting asp.net 1.1 application to asp.net 3.5 with using pagemethods. When I see debug mode , for every pagemethod call , Global.asax code being executed.
  Is that common in asp.net to execute Global.asax code before executing Pagemethods? If yes , what is reason?
is there way to by-pass Global.asax file , just execute pagemethods without executing Global.asax? If we do that any security implications?
Please let me know your thoughts.
 
Thank You,
Ponnapati.
 
 
...

Go to the complete details ...