Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS6 slow connection from network

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  XP Professional / IIS 5 / Getting started - or no..  
Author Message
user765

External


Since: Sep 10, 2003
Posts: 1



(Msg. 1) Posted: Thu Sep 11, 2003 12:57 am
Post subject: IIS6 slow connection from network
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I have to following problem:

On a new installed Windows 2003 Server with IIS6, both with default
configuration. I've installed a ASP web application
with DB access. If I try to connect to this web application, the response is
slow, but if i try connect from the
server directly the application is very fast.

What is wrong in my configuration, or what I have to change?

Thanks in advance

Thomas Trageser

 >> Stay informed about: IIS6 slow connection from network 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Thu Sep 11, 2003 12:57 am
Post subject: Re: IIS6 slow connection from network [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Well, since IIS6 doesn't have a switch that says "if local access, then
fast; else, slow" ...
-- what's between your client and server as far as network
wiring/connectivity is concerned?
-- Any authentication required?
-- What domains (if any) is the client, server, and DB a member of?
-- SSL/Cert negotiation?
-- Is the DB access authenticated?

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Thomas Trageser" <Thomas.Trageser DeleteThis @fujitsu-siemens.com> wrote in message
news:%23pRzbX9dDHA.568@TK2MSFTNGP11.phx.gbl...
Hi,

I have to following problem:

On a new installed Windows 2003 Server with IIS6, both with default
configuration. I've installed a ASP web application
with DB access. If I try to connect to this web application, the response is
slow, but if i try connect from the
server directly the application is very fast.

What is wrong in my configuration, or what I have to change?

Thanks in advance

Thomas Trageser

 >> Stay informed about: IIS6 slow connection from network 
Back to top
Login to vote
anonymous33

External


Since: Oct 02, 2003
Posts: 7



(Msg. 3) Posted: Thu Oct 02, 2003 8:01 pm
Post subject: RE: IIS6 slow connection from network [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Iv'e noticed several posts here and in other forums, none with anything approaching a resolution.

I’m having EXACTLY the same problem. Same ASP application runs lightning fast on IIS 5 (on much slower hardware!!) than when running under IIS 6. This is using the same client, the same network, same wiring, and the same database, all machines in the same domain, no ssl, no authentication required for the application, SQl authentication to the database via ODBC. The database is on the box with IIS 6. I have swapped the cable patching between the IIS 6 box and the IIS 5 one to eliminate cabling issues. Our IIS 6 box (running 2003 server) is also a DC and DNS.

I even put the server and the workstation back to back with a cross-over cable to eliminate any network interference and the result? When running the pages on the workstation it takes 10 second. When running in a browser on the IIS server it is instant. Interestingly, static pages load very quickly, so it sees to be related to how IIS 6 processes ASP requests for network clients

I fail to see how David Wang from MS can suggest that the problem is the network. In my case and also those from Miguel and several other posts, it is clear that there are no network performance problems with IIS5 running the same app against the same database on the same network. In many of these posts, the observatoin is made that when accessing the pages from the server console does not produce the performance delays. The issue is firmly with IIS 6 and how it interacts with the operating system to handle network requests for pages.

I would LOVE to get a resolution as we were comitted to upgrading all our servers to 2003. However, I could not recommend this at present given the apalling performance of IIS 6 and the reliance many of our processe have on using IIS as an application server.
 >> Stay informed about: IIS6 slow connection from network 
Back to top
Login to vote
rossm

External


Since: Oct 02, 2003
Posts: 1



(Msg. 4) Posted: Thu Oct 02, 2003 8:01 pm
Post subject: RE: IIS6 slow connection from network [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Iv'e noticed several posts here and in other forums, none with anything approaching a resolution.

I’m having EXACTLY the same problem. Same ASP application runs lightning fast on IIS 5 (on much slower hardware!!) than when running under IIS 6. This is using the same client, the same network, same wiring, and the same database, all machines in the same domain, no ssl, no authentication required for the application, SQl authentication to the database via ODBC. The database is on the box with IIS 6. I have swapped the cable patching between the IIS 6 box and the IIS 5 one to eliminate cabling issues. Our IIS 6 box (running 2003 server) is also a DC and DNS.

I even put the server and the workstation back to back with a cross-over cable to eliminate any network interference and the result? When running the pages on the workstation it takes 10 second. When running in a browser on the IIS server it is instant. Interestingly, static pages load very quickly, so it sees to be related to how IIS 6 processes ASP requests for network clients

I fail to see how David Wang from MS can suggest that the problem is the network (from another post in this forum). In my case and also those from Miguel and several other posts, it is clear that there are no network performance problems with IIS5 running the same app against the same database on the same network. In many of these posts, the observatoin is made that when accessing the pages from the server console does not produce the performance delays. The issue is firmly with IIS 6 and how it interacts with the operating system to handle network requests for pages.

I would LOVE to get a resolution as we were comitted to upgrading all our servers to 2003. However, I could not recommend this at present given the apalling performance of IIS 6 and the reliance many of our processe have on using IIS as an application server.
 >> Stay informed about: IIS6 slow connection from network 
Back to top
Login to vote
ysimon

External


Since: Oct 10, 2003
Posts: 1



(Msg. 5) Posted: Fri Oct 10, 2003 10:04 am
Post subject: Re: IIS6 slow connection from network [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I was having the same problem and I corrected it changing the
response.buffer = false by response.buffer = true.




"ross" <rossm.RemoveThis@foxaus.com> wrote in message news:<2EDE85B2-B79B-45C2-B27D-1437A971C1B9.RemoveThis@microsoft.com>...
 > Iv'e noticed several posts here and in other forums, none with anything approaching a resolution.
 >
 > I’m having EXACTLY the same problem. Same ASP application runs
lightning fast on IIS 5 (on much slower hardware!!) than when running
under IIS 6. This is using the same client, the same network, same
wiring, and the same database, all machines in the same domain, no
ssl, no authentication required for the application, SQl
authentication to the database via ODBC. The database is on the box
with IIS 6. I have swapped the cable patching between the IIS 6 box
and the IIS 5 one to eliminate cabling issues. Our IIS 6 box (running
2003 server) is also a DC and DNS.
 >
 > I even put the server and the workstation back to back with a cross-over cable to eliminate any network interference and the result? When running the pages on the workstation it takes 10 second. When running in a browser on the IIS server it is instant. Interestingly, static pages load very quickly, so it sees to be related to how IIS 6 processes ASP requests for network clients
 >
 > I fail to see how David Wang from MS can suggest that the problem is
the network (from another post in this forum). In my case and also
those from Miguel and several other posts, it is clear that there are
no network performance problems with IIS5 running the same app against
the same database on the same network. In many of these posts, the
observatoin is made that when accessing the pages from the server
console does not produce the performance delays. The issue is firmly
with IIS 6 and how it interacts with the operating system to handle
network requests for pages.
 >
 > I would LOVE to get a resolution as we were comitted to upgrading all our servers to 2003. However, I could not recommend this at present given the apalling performance of IIS 6 and the reliance many of our processe have on using IIS as an application server.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 slow connection from network 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
W2K + IIS Loses Network Connection when Under Load - Hello This is a bit of a long one, but I would appreciate it if you would stick with me and offer any advice you might consider useful. We have a W2K Server being used purely as a web/database server using IIS and SQL 2K. The server is fully patched. ...

Connections to IIS FTP - Would network problems matter? - I am one of those unlucky people that have an IIS FTP server that keeps giving 426 errors for no apparent reasons... However, could this be caused by a break in network connectivity? I.e. A momentary loss in network connection would cause the..

ADSL Internet connection slow on w3svc service IIs 6.0 Win.. - Hi, I do have 2 MS-Win2K3 servers in my network..One is F/P server and Exchange2003. The other one is Webserver with IIS 6.0 on it. (IIS on my exchange server is NOT active !!!) Since one month I have some problems with my ADSL internet connection. It...

"cannot find server" browsing localhost with no network co.. - hi, i'm running win2003 server enterprise (3790), and its on a workgroup with a crossover cable. When the other machine on the workgroup is turned off, and when i am not online through the modem, IIS responds with "cannot find server" for any ...

IIS6 Slow - I have an intranet application running on Windows 2003 with IIS 6. The application is written in traditional ASP. The database is on SQL 2000. I use MSXML4.0 to parse the query result in to XSLT. Most of the time the performance is ok. However, when...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]