How many web.config files in each solution
Answer Posted / krunal
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the HTML server controls in ASP.NET?
What is a session http?
What is the sequence in which ASP.NET events are processed?
Which is faster viewdata or viewbag?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Which namespace is used by ado.net?
What does occur first in ASP.Net, Authentication or Authorization?
What is the difference between stored procedure vs function?
What is a proxy in web service?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
From which base class all web forms are inherited?
How will you load dynamic assembly? How will create assesblies at run time?
What is autopostback in asp net?
What is web configuration file and how to use in web application
Can asp.net work on an nt server?