Tell About Web.config ?
Answers were Sorted based on User's Feedback
Answer / sivaprasad
Usually ASP.NET Application will run by two configuration
files 1)machine.webconfig
2)Web.config
These two are in system will is for all Webapplications
and we had a choice like maintaining web.config files in
Application for maintaing connectionstrings,Appsettings
which is used for Application settings so this web.config
file will overwrite settings in above two config files and
we had a choice like maintaining web.config file under
perticular folder which contain settings for that
particular pages which are under that folder, so this
web.config file will ovwrwrite settings in our Application
web.config file
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ram
web.config is an XML file. A folder can have only one
web.config file. It helps to set configuration setting for
an application.
Is This Answer Correct ? | 3 Yes | 2 No |
Explain page output caching?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
How do you declare static variable?
what are the levels of securities need to be considered for the finincial web application?
How do you handle unhandled exceptions in ASP.NET?.
Can we set master page as a start page?
What is http session state?
How to transpose rows into columns and columns into rows in a multi-dimensional array ?
Where are session variables stored?
What is http pipeline in asp.net?
In try catch blocks one is normal catch block and another is sqlcatchexception block
What is view state and how this can be done and was this there in asp ?
3 Answers Accenture, BirlaSoft, CTS, Mphasis,