aspx thread: HttpApplication behavior overriding
does anyone know what do I need to do if I want to have the control over "which page is currently being requested"? from what I understand, I need to do one of the following: 1. write code in the Global.asax events 2. override one or more of the Global.asax members 3. use an IHttpHandler object as the default handler for aspx pages in my project/application if anyone has done any of the above before, or knows any more about them, I'll be more than grateful. Ziv.
|





