Thanks to all for the suggestions. After looking at a number of avenues,
the biggest improvement in speed actually came from switching off windows
user authentication! I'll write my own user authentication system using ASP
so everything should be okay.
Thanks again guys. Thank the Lord for newsgroups !!!!
Mr.E
"Mike Florio" <> wrote in message
news:...
> I've seen that happen once when I set the performance property in IIS
> manager to < 10,000 hits. Moving it back up to < 100,000 (the default)
> fixed it. Even for a very low traffic site...
>
>
> "Mystery" <> wrote in message
> news:...
> > I have a standard install IIS server running with Windows Authentication
> on
> > our Small Business Server at work (1024/512 ADSL). I'm running a small
> asp
> > web site that generates pages from our sales database of around 1k per
> page
> > (no graphix, just text). I'm using a PDA (HP iPAQ) and a Bluetooth
> > connection to my GPRS phone to connect to the web (connections between
> > 13-24k).
> >
> > My initial connect to my index.asp page takes up to 15secs! Subsequent
> > pages take between 5-10secs to load, even though they are only 1k (or
> > less!). As a comparison, forum.overclockers.co.uk (a favourite site of
> > mine!) main index page (without graphicx) only takes 4 secs to load and
is
> a
> > page size of almost 8k.
> >
> > So :-
> >
> > 1. Is there some tweaks that I can do to IIS in order for it to respond
> > quicker (512K upstream connection with zero people on it makes me think
> > bandwith is not the problem!)
> > 2. Is Windows Authentication creating too much overhead? Should I code
my
> > own logon screens and page check code?
> >
> > Advice appreciated.
> >
> >
>
>