It doesn't matter what you log in as, ASP.NET runs under a separate account,
definitely not the admin account. First, make sure IIS is running and setup
correctly. it doesn't hurt to run an aspnetregiis -c (not sure of the
option) at the command prompt to make sure things are warm and fuzzy for
ASP.NET. Then point your browser to http://localhost/localstart.asp if that
works, then you should be able to modify the path to quickstart to have it
work. You would need the correct extension since IIS wouldn't know what
quickstart is so something like http://localhost/quickstart.aspx should
suffice.

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> Alvin
>
[quoted text clipped - 11 lines]
>
> Mark
Mark - 12 May 2005 23:14 GMT
Alvin
Thanks for that. The IIS install was / is running fine. It turned out that
the directorys where the quickstart stuff was installed didn't have adequate
permissions. The set-up is never connected to the outside world so I just
cheated and granted pretty much everything to everyone :@)
Thanks again
Mark
> It doesn't matter what you log in as, ASP.NET runs under a separate
> account, definitely not the admin account. First, make sure IIS is running
[quoted text clipped - 5 lines]
> extension since IIS wouldn't know what quickstart is so something like
> http://localhost/quickstart.aspx should suffice.