Thanks for being curious enough to look in here.
Particulars:
IIS 6.0
Windows 2003
SqlServer 2000
.Net 2.0 & 1.1
Port 8080
My problem is that I get the 'Server Not Available' error message after
installing my web site with an installer. But I can copy the files that
were placed into the original virtual directory into another virtual
directory and the web site will be active. I can't see any difference
between the old or new directories (physical or virtual). What could be
going on here?
So, my steps: After the web site successfully installs and I change
the ASP.NET property for the web site from .Net 2.0 to .Net 1.1, I
restart IIS. I get the 'Server Not Available' error message.
So, I rename the original directory to 'siteold' under wwwroot, create
a new directory called 'site', copy all content (folders and files)
from 'siteold' to 'site', and in IIS, I create a new virtual directory
for 'site'. I also change the ASP.NET version from .Net 2.0 to .Net
1.1. The web site is seen when I browse to it and it works like a
charm.
I don't create the installer scripts so I can't tell what is going on
there. When I create the virtual directory, I do check the read and
execute checkboxes (actually the first three checkboxes) when display.
This installer will be checked on a Win2000 box shortly so I don't know
if it works there but I will repost if I see the error there too.
Any suggestions?