How many web.config files in each solution
Answers were Sorted based on User's Feedback
Answer / vijaykumar
In single application v can have more than 1 web config
files.But only one web config file can be placed in root
folder.We can place web cofig files in sub folders
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / hardik
by default there is only one web.config file in asp.net
application. but if we want to create more than one
web.config we can create, but they should not be in same
directory.
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / amarnath
We can add only one Web.config file for each folder in the
solution. i.e. If we has n folders we can add n + 1(this is
for solution) Web.config files
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / krunal
By default there is only one web.config file in asp.net
application. but if we want to create more than one
web.config we can create, but they should not be in same
directory.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vijay chavan
we can create more than one webconfig file for application
but those should not be in same folder i.e only one
webconfig in file in each folder.......
Is This Answer Correct ? | 3 Yes | 0 No |
more then web cong file in the one project
Is This Answer Correct ? | 1 Yes | 0 No |
How about the security in Activex DLL and Activex EXE ?
What is voluum?
What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState ?
How do pass data from one layer to another layer in N-tier architecture?
what is an Eventbubbling?
What is data cache in sql server?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Please brief not about xsd,xslt & xml?
What symbol specifies the beginning of a query string?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
Clearly Explain the ispostback
what is purpose of xml control in standard controls of asp.net