What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax?
Answer Posted / saiish
web.config contains values.
global.config contains code.
n we cant place connection string code in global.asax.
we can place only in web.config.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
Explain the difference between the web config and machine config.
Explain the difference between panel and groupbox classes using .net?
Explain the use of resource manager class in .net.
Where can I get the details on migration of existing projects using various technologies to asp.net?
Explain how is a property designated as read-only?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Difference between using directive vs using statement?
How you can add an event handler?
Name the namespace which is used by ado.net?
How many types of Cookies are available in ASP.NET?
What are themes and skins in 2.0, explain usage scenario?
Explain serialization and deserialization?
How do we ensure view state has not tampered?
What is server side routing?
How do u deploy your asp.net application?