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
What is application in asp net?
Differentiate between a hyperlink control and a linkbutton control.
What is data caching?
Where can I get information on cookies in asp.net?
Disable browser cache for entire ASP.NET website?
Explain exception handling in .net.
Explain the use of view state?
What is an asp.net validator? And, mention its types.
How do you secure your configuration files to be accessed remotely by unauthorized users?
Explain what is an assembly?
What is query string in asp.net?
What are the event handlers that can be included in the Global.asax file?
Where the assembly is stored in asp.net?
What is Dynamic Web and discuss its usage with the help of real life examples?
What is advantage of asp.net?