Re: Slow response from Windows 2003 web server
anonymous_at_devdex.com
Date: 05/25/04
- Next message: Mans: "Reading Word Docs using ASP"
- Previous message: Paul Lynch: "Re: running out of disk space"
- In reply to: David Wang [Msft]: "Re: Slow response from Windows 2003 web server"
- Next in thread: Nikolay: "Re: Slow response from Windows 2003 web server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 05:46:20 -0700
David,
I am not sure which of these entries in the HTTPERR Logfile concerns my
request, but these are all from a period in which I experienced the
timeout problem:
2004-05-25 12:26:50 195.75.201.241 57206 192.168.1.2 80 HTTP/1.1 GET / -
3 Connection_Dropped
2004-05-25 12:26:52 64.68.82.174 35365 192.168.1.2 80 HTTP/1.0 GET
/detail.asp?product_id=esv039cd04 - 7 Timer_MinBytesPerSecond
2004-05-25 12:26:52 64.68.82.208 45549 192.168.1.2 80 HTTP/1.0 GET
/rating.asp?id=434 - 19 Timer_MinBytesPerSecond
2004-05-25 12:26:52 64.68.82.181 54646 192.168.1.2 80 - - - - -
Timer_MinBytesPerSecond
2004-05-25 12:27:50 217.68.114.116 41118 192.168.1.2 80 HTTP/1.1 GET
/dirSub.asp?catid=1&subid=2 - 19 Connection_Dropped
2004-05-25 12:27:50 64.28.1.163 36121 192.168.1.2 80 HTTP/1.1 GET / - 3
Connection_Dropped
2004-05-25 12:27:52 64.68.82.44 47631 192.168.1.2 80 HTTP/1.0 GET
/detail.asp?product_id=esv041cd14 - 7 Timer_MinBytesPerSecond
2004-05-25 12:27:52 217.154.245.251 12099 192.168.1.2 80 - - - - -
Timer_MinBytesPerSecond
2004-05-25 12:27:52 64.68.82.144 40532 192.168.1.2 80 - - - - -
Timer_MinBytesPerSecond
This is my simple test ASP script, which experience the same problem:
<%
Response.Write "This is a test ASP page."
%>
-- As to the issues you have listed, my testpages do not have any database connections at all, but most of the other pages have. Could ASP pages containing database connections also affect the overall ASP performance? What excatly do you mean by "Access Database - change in Windows Server 2003 causes it to hang"? Should all Access databases be ported to SQL Server? Or should we just revert to Windows 2000? -- BTW, I find the following entries in the event log, but I don't know if they are in any way related to my problem: The registry key for IIS subauthenticator is not configured correctly on local machine, the anonymous password sync feature is disabled. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. -- The configuration information of the performance library "C:\WINDOWS\system32\inetsrv\w3ctrs.dll" for the "W3SVC" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. -- I'd like to add that I'm not the person responsible for configuring this server, so I don't know the history of the server. I'm just hired as a consult to try to fix this problem :-) Thanks, Bjarte *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
- Next message: Mans: "Reading Word Docs using ASP"
- Previous message: Paul Lynch: "Re: running out of disk space"
- In reply to: David Wang [Msft]: "Re: Slow response from Windows 2003 web server"
- Next in thread: Nikolay: "Re: Slow response from Windows 2003 web server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|