Answer Posted / joicy
The Global.asax file is an optional file that can contain
declarations of objects, variables, and methods that can be
accessed by every page in an application.The Global.asax
file can contain only the following:
Application events
Session events
<object> declarations
TypeLibrary declarations
the #include directive
The Global.asax file must be stored in the root
directory of the application, and each application can only
have one Global.asax file.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the life cycle of an asp.net page?
What is a postback ispostback and autopostback in asp net?
How to handle errors in Web API?
Can viewstate be accessed in another page?
What are session state modes? List some of the important session state modes of asp.net.
Why cyclomatic complexity is important?
What is the difference between a page theme and a global theme?
Why do we need url encoding?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is css and what is it used for?
What is asp.net? How is it different from asp?
What are web server controls in asp.net?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is viewstategenerator?
What are cookies in your browser?