Scenario
I am having 30 applications built using Classic ASP, and 25 applications built using ASP.NET. Currently, they are hosted in a single IIS. Each application is configured as a website. So, there are a total of 55 websites.
The question: I want the session timeout values for ASP apps to be 10 minutes, and for ASP.NET apps to be 25 minutes. This can be individually configured for each website, but I want a solution which doesn't involve configuring the sites individually.
This can be done using machine.config for ASP.NET applications, I guess, not sure. Any other solutions?!