What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / hridya
We can place connction str in global.asax
bt
web.config file is generally considered a better place
because it's a
simple text file that is easily updated without needing to
recompile
anything and changes go into effect immediately.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why is an object pool required?
What is web api and why to use it?
Explain the difference between an exe and a dll?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Please brief not about xsd,xslt & xml?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
When Cookies are expired in ASP.NET?
Where sessions are stored in asp.net?
What are sql joins?
What is app_code folder in asp net?
How does the iis work?
What are the types of validation in asp net?
Explain asp.net page life cycle?
State differences between MVC and WebAPI
Describe the Server Control Events of ASP.NET?