What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / abhishek vyas indore
web.config file is generated automatically if we are run a application in first time a but gloabal.asax file is not generated its a optional file,
web.config is a xml file where global.asax is class file
web.config file is more efficient as compared to global.asax
Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
How to implement role based security in asp.net mvc? : Asp.Net MVC
In a Repeater control how one can provide an alternating color scheme ?
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)
Define the term Scavenging in Caching?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
How do I upload a file from my ASP.NET page?
How should I destroy my objects in asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain MVC model binders?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain About duration in caching technique
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the advantage of using Windows authentication in a Web application?
What can we do with asp.net?
What is session in asp.net?