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 many types of state management are there in asp net?
Which browsers support the xmlhttprequest object?
What is a web server? What are the load limits in it?
Where the cookie value is stored?
What is difference between session and cookies in asp net?
What is strong-typing versus weak-typing?
Why we use content place holder in asp.net?
What does it mean your session has timed out?
Can we set which type of comparison we want to perform by the CompareValidator control?
When you use Ajax controls in the ASP.NET application?
What is the use of session?
What is the difference between session and viewstate in asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
What is & in a url?
What is the use of service provider?