Re: Slow response from Windows 2003 web server

anonymous_at_devdex.com
Date: 05/25/04


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!


Relevant Pages

  • Re: How to do this?
    ... move the backend tables to the SQL Server and link the sql server tables in ... > typically one things of an Access database as either a relational database ... when you speak of splitting a frontend to an IIS ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to do this?
    ... would return to questioning if a basic IIS server facing the public really ... to backaway from the technology a little bit to look at the business plan ... conditions on trying to front a website on an Access database that you have ... You would have IIS load of the SBS, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: To Web or to synchronize? That is the question.
    ... putting together an Access database and ASP, ... Jet replication is a really great tool if you have laptop users ... Server, and just host the app on a Windows Terminal Server in the ... the ASP solution and Lyle's SQL ...
    (comp.databases.ms-access)
  • Re: JDBC Applets - MS Access
    ... > I am working on a Applet at the moment which must be able to access ... > I need to be able to setup a jdbc connection to an Access database. ... JDataConnect also uses a server side JDBC server. ...
    (comp.lang.java.databases)