If there are two web.config files in a application which
config files will get priority?
Answer Posted / sankar
local web.config file is having more priority than the
comman web.config file.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of asp.net?
Name the two properties are on every validation control?
How is the asp.net mvc architecture different from others? : asp.net mvc
What are the session management techniques asp net?
What is the difference between mvc and asp.net? : Asp.Net MVC
How dataadapter.fill works?
How to add DateTime Control in normal DataGrid Server Control?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is asp.net web application?
Explain what the contents of cookie?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Write some code using interfaces, virtual methods, and an abstract class`
What does it mean your session has timed out?
What are the security types in asp.net?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?