Can we use multiple web.config files in an sigle appliction?
Answer Posted / kinjal panchal
Yes.
yes we can add more then one web.config file in our
applications.
take one folder and in that folder put your .aspx file with
one web.config file and call them with appsetting key and
value. You can make no. of folders and insert .aspx file
with that web.config file.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain ViewState?
How does windows service lifecycle differ from a .standard. Exe?
How can I open ashx file in mobile?
Write code to send e-mail from an asp.net application?
Explain swagger components.
What is preprocessor in .net and type, where it use?
What are main return types supported in Web API?
Explain how viewstate is being formed?
Is session server side or client side?
What are the contents of cookie?
Why is global asax is used for?
Define xmlreader class.
What is the displayafter property in updateprogress control?
How to find last error which occurred?
In which event of the page viewstate is available?