can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
Answers were Sorted based on User's Feedback
Answer / alice
As the Web.Config file defines application level
settings.It'll override the settings of the machine.config
file.So the session timeout as 30 mins defined in web.config
file is set to the application.
Is This Answer Correct ? | 36 Yes | 2 No |
Answer / riyaz
webconfig defines configuration for a directory i.e an
application. So it will override the machine config. So in
this case session time out will be 30 mins
Is This Answer Correct ? | 10 Yes | 0 No |
What is a web server? What are the load limits in it?
In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?
With out Web.config can we executes the application?
what is use of web.config?
What is the use of web.config? Difference between machine.config and Web.config?
What is the difference between application state and session state in asp net?
Explain file-based dependency and key-based dependency.
What are user controls and custom controls ?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What are the action filters available in asp.net mvc
What are the disadvantages of asp.net?
What is caching? Explain.