Answer Posted / j_baghla
This file is used to configure the application in terms of
session timeout,connection
timeout,authentication,authorization,debugging,tracing etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the event handlers that can be included in the Global.asax file?
What is the difference between c# and .net?
Is it possible to apply themes to an asp.net application? If yes, then how?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are the advantages of asp.net?
Are cookies stored on server or client?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is the difference between session and viewstate?
How many types of sessions in asp.net?
Explain what is an abstract class?
How we can force all the validation controls to run?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are the types of validation in asp net?
When you use Ajax controls in the ASP.NET application?
What is the difference between dispose() and finalize()?