This topic is locked

Logout Session Timeout

3/2/2005 12:31:52 PM
ASPRunnerPro General questions
P
Preston author

I have a large database (120,000 records) and I'm trying to load onto my web server. (It tests out fine locally.) It takes about 50 seconds to load, and when it does, whenever I hit the Edit or View links, it bounces back to the Login page. My web server provider will not increase their IIS session settings for me. I've eliminated all the fields showing on the List page that I can. I see there is something about adding code to the global.asa file. What can I do to fix this problem?

Sergey Kornilov admin 3/3/2005

Hi,
I don't think it's the timeout problem. By default session timeout is 20 min.
Could you give me an URL where i can see this problem?

501148 9/9/2005

I've have the exact same problem and was wondering if you ever came up with a sloution

P
Preston author 9/9/2005

Yep. Here's what I did: Cut down on the number of fields. Reduced the number from about 100 to about 50. Then I added more indexes to the table. I also reduced the number of fields to do the search/advanced search on. In short, just shrank what I was asking the program to do.
But the root of the problem was on my web host: They had implemented some type of "memory limit" on my website. After I contacted them and told them about this, they jacked up my memory limit on their server. It was worked perfectly every since.
So the problem wasn't with ASP Runner--it's a great application. The problem was with the web host. Mine was DISCOUNT ASP and they have been willing to work with me to host this application and my database. No problems since.