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 ...