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 |
What is a 401 redirect?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is custom tag in Web.Config?
How do session tokens work?
how we deploy the asp.net 2.0 application
What is the method used to load generated dataset with data on the DataAdapter control ?
What is shadowing?
What are client activated objects?
Master Page
Explain the difference between asp.net mvc and asp.net webforms
How to Insert/Add in ASPXgridview