Can we use multiple web.config files in an sigle appliction?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the disadvantages of using session?
What symbol would you use to denote, the start of a code block in aspx views?
what is the deference between dataset and data adapter?
What are the merits and demerits of viewstate?
What is the difference between Hash table and Array list?
Diff B/W user control and server control
From which base class all web forms are inherited?
What are the two types of web pages?
How many view state can be hold by a aspx page ?
what is the difference b/w .net 1.1 and 2.0 ?
When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.
Which is faster union or union all?