Answer Posted / sridhara krishna
Global.asax is a file that resides in the root directory of
your application. It is inaccessible over the web but is
used by the ASP.NET application if it is there. It is a
collection of event handlers that you can use to change and
set settings in your site. The events can come from one of
two places - The HTTPApplication object and any HTTPModule
object that is specified in web.confg or machine.config
Regards
sridhara krishna bodavula
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the difference between a multi-layer and multi-tier applications?
Why session is used in asp.net?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Which is faster union or union all?
What is an il?
What is a url string?
Why do we need url encoding?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
what are the Custom controls in asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What does asp stand for in asp.net?
List all templates of the repeater control.