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 is hidden field in asp.net?
What are validators and list some validators of asp.net?
What is voluum?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is the difference between client-side and server-side validations in webpages?
what are the web form events available in asp.net?
What is autopostback in asp net?
Explain the difference between array and linkedlist?
What is asp.net and its advantages?
Why do we use datasource in asp.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is application in asp net?
If 200 is for all successful operation then why do we have 201 response codes?
What is session management in web application?
What is use of <% %> in asp.net?