|
-
Jul 19th, 2007, 07:02 AM
#1
Thread Starter
Hyperactive Member
new server
Hi
Apologies if this is the wrong forum.
My problem is:
I created an ASP.net VB app in visual studio 2003. Everything was working fine, but our server broke down. Now, I have transferred the app to the new server (opened the webinfo file in notepad and changed the address, and created a virtual directory in IIS of the new server) The application is now running but for some reason, it is extremely slow... Any ideas???
Thanks in advance....
-
Jul 19th, 2007, 07:19 AM
#2
Re: new server
How does the new server compare to the old server?
Ram?
Disk space?
Processing speed?
OS?
-
Jul 19th, 2007, 07:27 AM
#3
Thread Starter
Hyperactive Member
Re: new server
its an upgrade from 2000 machine to 2003 windows server??? So im assuming all the stuff is alot better than the old server... Its only on the website I created that I keep seeing "waiting for http://servername/....
-
Jul 19th, 2007, 08:10 AM
#4
Re: new server
How many web sites do you have up and running? Have they all been migrated to 2003? Do you have more than one web site on this server?
-
Jul 19th, 2007, 04:56 PM
#5
Re: new server
Is it your app that's showing the "waiting for" message, or your browser when you try to connect to the app? If the latter, what's your ping time to the server?
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 19th, 2007, 07:49 PM
#6
Re: new server
I'd do as Al suggested and do a simple ping or some other time-based test that is not reliant on the HTTP/web server.
This will rule out plain-ol' lag or latency in the internet connection...as opposed to poor performance of the web server software.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|