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
Disable Mouse right click on web page in asp.net?
How will you do Redo and Undo in a TextControl?
A Web Service Can Only Be Written In .net. Is it True??
List the asp.net validation controls?
Where is the view state data stored in asp net?
what is publisher?
Differentiate between client-side and server-side validations in web pages.
What are the main differences between asp and asp.net?
What is the function used for removing an event listener?
What are the steps to follow to host a web application on a web server?
Explain login control and form authentication.
What is session in http request?
What are the Types of session management in ASP.NET
How to use multiple scriptmanager controls in a web page?
Why do you use the app_code folder in asp.net?