why many web.config files are used in are project
Answers were Sorted based on User's Feedback
Answer / rama kanth
In asp.net 2.0, we can have multiple web.config file
provied the project is structured in a folder manner and we
can have one web.config for each folder.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / charan
In ASP.Net 2.0, We can create more than 1 config file.
With in the application, to maintain the folder security we
use config files to each folder..
Is This Answer Correct ? | 3 Yes | 0 No |
how to elimainte the similar data from the different tables
What data type does the RangeValidator control support?
how to use html code in asp source code?
Difference between .NET and previous version?
IN an ASP.NET Web application if there is any error, how can you debug?
How can you dynamically add user controls to a page?
What is the significance of finalize method in .net?
What is difference between viewstate and session in asp net?
What is an imagemap in asp.net?
What's a bubbled event?
How many time you can fill dataset in asp.net?
How to retrieve user name in case of Window Authentication?