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
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
Explain Features in ASP.NET
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Define page fragment caching?
What are user controls?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is the use of data set in asp.net?
What is ascx?
What is cache in asp net?
Difference between .NET and previous version?
Explain automatic memory management in .net.
How would ASP and ASP.NET applications run at the same time on the same server?
Mention the execution process for managed code?
How can u deifne the benefits and limitation of using Viewstate for state management?