Forum Moderators: open

Message Too Old, No Replies

Werid browser lock up issue

asp script locking up browsers

         

pinto172

9:10 pm on Jul 23, 2007 (gmt 0)

10+ Year Member



I tried this in firefox and internet explorer 6.0. Our current site was built by our sub contracted developer and everything worked great on a shared server. We recently switched to a deicated server but no when we go a upload photos to the server the page just sits there and then when you try and click on another link it does nothing. So, you have to close the browser and retry.

recently though it has effected our front end of the site. Its like when ever the server has to excute something it freezes. The other thing is though it pulls data from our MS sql database and you can browse the site but thats it.

Here is the script info:
Its an ASP application
MS Sql database
on a brand new dell server with plently of power.

One other note: Our hosting provider restarted the webserver and that fixed it but it will happen again and we cannot figure out what is doing it. Error logs say nothing.

andyll

5:23 am on Jul 24, 2007 (gmt 0)

10+ Year Member



How are you uploading photos? FTP. For some reason when I switched to a Windows VPS from shared hosting I had to switch my FillZilla from passive mode to Active mode... the FTP would just hang in passive mode.

But if it happens over time then I would guess your application is burning memory or database resources.

I assume your MSSQL database is on your dedicated server now?

Where was it before?... did your host provide a database server?

Andy

pinto172

1:06 pm on Jul 25, 2007 (gmt 0)

10+ Year Member



The database was held on a private database server. Now its on the same server our web application is on.

We are actually uploading the photos from our asp web application, so we are not using ftp.