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 viewstate in asp net with example?
What are the main advantages of using asp.net?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What do you mean by serialize?
How do session tokens work?
What are the types of validation in asp net?
Define the term Scavenging in Caching?
Can we handle the error and redirect to some pages using web.config?
what is publisher?
What is the life cycle of an asp.net page?
Describe the diffeerence between inline and code behind?
What is a postback in asp net?
Explain what are webservices?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What is a reflection?