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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what does mvc represent in asp.net? : asp.net mvc
What is global.asax file used for?
Can action method static?
What kind of data we can store in viewstate?
What is app_code folder in asp net?
How would you get asp.net running in apache web servers?
How to make paging concepts in datagrid in ASP.NET?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What are the security types in asp.net?
Define resource files.
Why is it preferred to not use finalize for clean up?
How tooltip is set through code-behind in ASP.NET?
Define what is razor? : asp.net mvc
Why we use content place holder in asp.net?
what is meant by sitemapnode ?