I'm in a crisis here. I just realeased a new web app last Monday. Apparently, something didn't show up in testing of about 7 or 8 people. When we went live, it jumped up to 15 to 25 users. The server is running so slow right now, people time out.
The main page that causes the problem is a page that can contain 1000+ items. We tested this before and the problem wasn't so noticeable.
This page has a datagrid and stepping thru the code, everything works as it should (on my XP web server). But as soon as I push out the code and 1 or 2 people start saving this page, my 17 second save turns into a 10 minute save up to 30 minutes and then times out. When you click on the save button, .NET seems to take forever after you click the button, before it breaks on the btnSave.Click command (like several seconds to a minute or 2)
The main difference is that I use Windows XP and the server is 2003. It's a dual processor with gigs of memory. I didn't set it up, but my own server just uses the defaults. I think that's how that server was setup too.
Can anyone help me with this?
Thank you, VERY much in advance.
Shey
The main page that causes the problem is a page that can contain 1000+ items. We tested this before and the problem wasn't so noticeable.
This page has a datagrid and stepping thru the code, everything works as it should (on my XP web server). But as soon as I push out the code and 1 or 2 people start saving this page, my 17 second save turns into a 10 minute save up to 30 minutes and then times out. When you click on the save button, .NET seems to take forever after you click the button, before it breaks on the btnSave.Click command (like several seconds to a minute or 2)
The main difference is that I use Windows XP and the server is 2003. It's a dual processor with gigs of memory. I didn't set it up, but my own server just uses the defaults. I think that's how that server was setup too.
Can anyone help me with this?
Thank you, VERY much in advance.
Shey