Answer Posted / nihar
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. We
will be covering both here.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Does asp.net still recognize the global.asa file?
List the major built-in objects in asp.net?
Define msil.
What is the asp.net control toolkit?
Is session server side or client side?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is asp.net and how it works?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
Which type of state management is provided by Query String in ASP.NET?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Can you change a Master Page dynamically at runtime?
What are the asp.net security controls?
How does session work?
What is data control in asp.net?
What are the different types of validation controls provided in ASP.NET?