What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / umesh
web.config file is the root page in the application we use
this file to make the connection with the database,we can
use theme attribute,authentication etc.
Where as global.asax file is for handling the Application
or page level error.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How to implement Authentication and Authorization?
Explain Features in ASP.NET
What are triggers of an updatepanel?
What is the difference between pathparam and queryparam?
What is session management in web application?
List the advantages and disadvantages of user control an custom control?
What's the use of formatters in .net?
how to retrieve property settings from xml .config file.
what is loosely coupled solution? How it can be used?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Define managed code and managed data in .net?
What is loop in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?
Define xmlvalidatingreader class.
What are type/key pairs in client script registration?