Web Hosting Talk







View Full Version : session timeouts in .NET


bobskins
09-01-2004, 05:48 PM
Are session timeouts only placed in the web.config file in a VB .NET application? Can they be placed anywhere else? Also, when a project is built, the do we have to set the project to read the web.config file withing the project or does it automatically recognize it? I am using VS .NET

Thanks

N_F_S
09-02-2004, 01:01 AM
Originally posted by bobskins
Also, when a project is built, the do we have to set the project to read the web.config file withing the project or does it automatically recognize it? I am using VS .NET

Thanks


Don't know about sessions, but web.config I think is automatically recognized. I'm trying to migrate from good old ASP to .NET, but it seems very hard for me, especially them classes, and different include methods:(


N_F_S