Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If there are two web.config files in a application which
config files will get priority?

Answers were Sorted based on User's Feedback



If there are two web.config files in a application which config files will get priority?..

Answer / mittal

local web.config file is used.

Is This Answer Correct ?    10 Yes 0 No

If there are two web.config files in a application which config files will get priority?..

Answer / sankar

local web.config file is having more priority than the
comman web.config file.

Is This Answer Correct ?    8 Yes 1 No

If there are two web.config files in a application which config files will get priority?..

Answer / prashanthi

Watever the First Webconfig File is there.It has the First
Priority than Others.

Is This Answer Correct ?    3 Yes 2 No

If there are two web.config files in a application which config files will get priority?..

Answer / rajesh

The web.config file which automatically created when we
start the application will get priority.

Is This Answer Correct ?    2 Yes 1 No

If there are two web.config files in a application which config files will get priority?..

Answer / pallavisha

comman web config file

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Define caching.

0 Answers  


In what languages in ASP written?

4 Answers   Microsoft,


What is reflection and disadvantages of reflection ?

2 Answers   CTC, Microsoft,


What is application state?

0 Answers  


Why we use content place holder in asp.net?

0 Answers  


Explain model, view and controller represent in an mvc application? : asp.net mvc

0 Answers  


What is data binding in asp net?

0 Answers  


I need some questions regarding asp.net for 1.5yrs of Experience.

1 Answers  


When should I use server transfer and response redirect?

0 Answers  


Differnce between Control an View State

1 Answers   Proteans,


What is the difference between session state and session variables ?

6 Answers   Digital GlobalSoft,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Categories