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
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is session authentication?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Define cookie.
What is inproc mode in session?
Explain about Application and Session Events ?
Explain security types in asp.net?
What is session id in web application?
What is the difference between user control an custom control?
Is asp.net and .net the same?
What is the difference between client-side and server-side validations in webpages?
Explain some of the major built-in objects in asp.net
Explain the use of fragment caching.
How to display Alert in ASP.NET
What is server components?