How many web.copnfig can exists in a web application & which
will be used ?
Answer Posted / avs
Generaly it contains one web.config file.
But we can use more than one.
Whenever you want setting folder wise.
For ex: one app have 4 folder. each folder have seperating
setting like session, security ect. So you can create
web.config filr for eachfolder and should apply setting as
per ur requirement.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Web API supports which protocol?
Can we handle the error and redirect to some pages using web.config?
How to fetch a data from one table to another table in asp.net ?
What is session state server?
Define the types of configuration files.
How can u deifne the benefits and limitation of using Viewstate for state management?
What is bson in web api?
What are server-side comments in ASP.NET?
What is Model-View-View Model?
What is GAC in ASP.NET 2.0
Describe the master page.
What is .net remoting?
Is oauth for authentication or authorization?
What are the parts of an http response?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?