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 make paging concepts in datagrid in ASP.NET?
Are cookies client side or server side?
What are the main differences between asp and asp.net?
Why should i prefer JSP over asp.net or any other web development language..??
Define authentication and authorization.
What is user control in asp.net?
What are the parts of an http response?
What is connection pooling and how to enable and disable connection pooling?
What are the merits and demerits of viewstate?
How does asp page work?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How can we register exception filter from the action?
What is the full meaning of asp.net?
Define page fragment caching?
When maintaining session through sql server, what is the impact of read and write operation on session objects?