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
What is master page in dtp?
Explain the use of resource manager class in .net.
What is the use of global.asax file?
How to turn off cookies for a page?
Where web.config file is used?
Explain the concept of MVC Scaffolding?
How to rename a table using sql queries?
Which method do you use to kill explicitly a users session?
How do you sign out from forms authentication?
If you want to write your own dot net language, what steps you will you take care?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is the use of session?
Can we use a static function with a non-static variable?
explain code with datachaching with example
What is skin in asp.net?