How many web.config files in each solution
Answer Posted / 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 |
Post New Answer View All Answers
What's the use of response.output.write()?
Why asp.net is used?
How will create assesblies at run time?
Define page output caching?
What are the memory-mapped files?
What is the main difference between Asp.net and Vb.net?
Explain managed code an un-managed code.
Differentiate between a hyperlink control and a linkbutton control.
Whats the difference between abstract factory pattern and factory pattern?
How to unit test Web API?
Explain asp.net mvc request life cycle? : asp.net mvc
How to find last error which occurred in Asp.net ?
How many languages are supported by .NET at present time?
How do you declare static variable?
What is the concept of view state in asp.net?