michno_nospam
Wed Dec 31 16:48:13 CST 2003
Hi Greg,
My name is Michael Noto. Thank you for using the Microsoft IIS Newsgroups.
As I understand, your asp pages serve slowly after a restart of IIS. They
do load but only after a long wait. I am guessing the browser is showing a
white page. But after the first page serves, the performance is normal. The
server is not under heavy load. Is this correct?
I do not recall seeing this before so I have a few questions...
Have you tried a htm page with simple code like that test asp page? What
happens if you do?
Is the web site in High, medium or low application protection? Does
changing to a different level change the behavior?
Are there any errors or warnings in the event logs?
Since this is a dev server I am thinking that there are not any host
headers on the site and browsing local host has the same behavior. Is this
true?
Are there any custom ISAPI filters on the server or the particular
website? (Server Properties - WWW Service Master Properties - ISAPI Filters
tab and Web Site Properties - ISAPI Filters tab)
I hope this helps! If you have additional questions on this topic, please
reply to this posting.
Regards,
Michael Noto
Microsoft IIS Support
This posting is provided 'AS IS' with no warranties, and confers no rights.
Need quick answers to questions like these? The Microsoft Knowledge Base
provides a wealth of information that you can use to troubleshoot a problem
or answer a question! It's located at
http://support.microsoft.com/support/c.asp
From: howag@yahoo.com (Greg H)
Newsgroups: microsoft.public.inetserver.iis
Subject: First ASP after IIS restart is very slow
Date: 31 Dec 2003 11:59:34 -0800
When running IIS 5.1 on some XP Pro machines (but not all), the first
ASP page run after an IIS restart will take about 2 minutes to start
up. Subsequent calls to asp pages run quickly, it's only a problem on
the first asp page after an IIS restart. This is a problem because
I'm a developer who sometimes restarts IIS 40 or 50 times per day.
Windows 2000 Server and Server 2003 machines do not seem to have the
problem and most of our XP machines do not have the problem. We have
3 that do have the issue.
This only occurs on asp pages. HTML or HTM files startup immediately.
Interestingly, when I move to the first aspx page after a IIS
restart, that too takes 2 minutes the very first time even after I
just spent 2 minutes waiting for the first asp.
This occurs on the IISHelp web and on a virtual web that I've created
that only has a single test.asp that looks like:
<html>
Test asp page
</html>
I have tried:
- Uninstalling IIS 5.1, rebooting and re-installing IIS 5.1
- Added and removed all Service Packs and Critical Updates
- Stopped Symantec AntiVirus via their GUI and directly stopping the
Service. Finally just uninstalled Symantec AntiVirus.
- Stopped the SQL Server 2000 Service
- Rebuilt the entire machine from scratch
- Tried using authentication other than Anonymous. Windows
Authentication does the same thing.
- Uninstalled .Net Framework 1.1 and rebooted
Any ideas?