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 |
Explain repository pattern in asp.net mvc? : asp.net mvc
When maintaining session through sql server, what is the impact of read and write operation on session objects?
what is use of web.config?
What is the advantage of using Windows authentication in a Web application?
State differences between MVC and WebAPI
what do you mean software devlopment ?
Why do we need asp.net?
What are the 4 tenants of SOA/D.
What is pre-init event in ASP.NET 2.0 page life cycle?
if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Difference between connected architecture and Dissconnected architecture?