Can we use multiple web.config files in an sigle appliction?
Answer Posted / linton lazar
Yes,it's based on the requirement.While,we use each folder
can carry one web.config.Pages will use the web.config file
with in the folder.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is asp short for?
How to change Master page in ASP.Net using code?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is ashx file in asp.net?
What is preprocessor in .net? Where it use?
How can you handle unmanaged code exceptions in asp.net?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What does occur first in ASP.Net, Authentication or Authorization?
Explain what is an assembly?
What is Razor View Engine
How many types of session in ASP.NET
How are sessions stored?
What is custom events? How to create it?
What is asynchronous call?