Global.asax
Ads
Global.ASAX Programming The Global.asax file, which is derived from the HttpApplication class, maintains a pool of HttpApplication objects, and assigns them to applications as needed. The Global.asax file contains the following events: · Application_Init: Fired when an application initializes or is first called. It's invoked for all HttpApplication object instances. · Application_Disposed: Fired just before an application is destroyed. This is the ideal location for cleaning up previously… More information...
| User: | Jayaramchandran Manickam |
|---|---|
| Page: | saicodes.webnode.com (?) |
Ads
Build your Free Website!
- 100% free
- In only 5 min
- Your own domain
- No Ads
- No installation
- No technical skills

