Answer Posted / 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 |
Post New Answer View All Answers
How can you implement encapsulation in asp.net?
What is autopost?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is simple data binding?
Explain authorization levels in .net ?
What is difference Between Authentication and authorization?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How to retrieve user name in case of Window Authentication?
Differentiate between early binding and late binding.
How do u declare static variable and how it is declared and what is its lifetime?
How asynchronous call can be implemented using delegates?
What are the two properties that are common on every validation control?
What are the differences between the response.write() and response.output.write()?
What do you mean by serialize and marshalbyref?