What is web.config. How many web.config files can be allowed
to use in an application ?
Answer Posted / prasad. surbathina
an application can have a multiple web.congfig file but in
the root folder must have a one web.config and subfolder
contains a single web.congfig file.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which method do you use to enforce garbage collection in .net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Why does my asp.net file have multiple tag with runat=server?
How do we access view state value of this page in the next page?
What are the two types of web pages?
Why is it preferred to not use finalize for clean up?
How do you create a master page?
Can one dll file contains the compiled code of more than one .net language?
Is asp.net free?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Why is string called immutable data type?
What are the different types of sessions in asp.net?
What kind of data we can store in viewstate?
To redirect the user to another page which method do we use without performing a round trip to the client?
How to rename a table using sql queries?