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 jade template engine?
How do u optimize a query in asp.net?
Explain diff. Betn dataset and recordset?
What are the three parts of an http response?
What is the current version of asp.net?
How will you maintain versioning in asp.net 2.0?
What are the two properties that are common on every validation control?
What is Web Server Control Templates.?
Explain the difference between singleton and single call?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the Difference between MVC And MVP design pattrens
Which authentication uses a combination of windows and iis authentication?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Explain client side state management system.
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?