If there are two web.config files in a application which
config files will get priority?
Answers were Sorted based on User's Feedback
Answer / sankar
local web.config file is having more priority than the
comman web.config file.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / prashanthi
Watever the First Webconfig File is there.It has the First
Priority than Others.
| Is This Answer Correct ? | 3 Yes | 2 No |
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 |
Define caching.
In what languages in ASP written?
What is reflection and disadvantages of reflection ?
What is application state?
Why we use content place holder in asp.net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What is data binding in asp net?
I need some questions regarding asp.net for 1.5yrs of Experience.
When should I use server transfer and response redirect?
Differnce between Control an View State
What is the difference between session state and session variables ?
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()
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)