Hi,
( note prefix means http: )
I'm setting up a new website on port 8080, on windows 2003 IIS6.
i've setup the physical files in c:\TestNet and given iusr_ access. within IIS console it can see the files in the right pane, so i know it's path is correct.
when viewing prefix//localhost:8080 or prefix//192.168.xxx.yyy I can get to the default(Correct) webpage which is good.
However I don't want users to type in an IPAddress and port(prefix//192.168.xxx.yyy). Instead I want them to type prefix//TestNet.lab and they should be sent to the website.
I have setup a host header using the iis console(TestNet...>properties...> Website(tab)... advance button). The host header is TestNet.Lab, the port is 8080 and the IPaddress is set to Default.
When I type in prefix//TestNet.lab in internet explorer it returns page not found, 404.
I'm not sure what i'm doing wrong. Ideally I want users in our office to access this website. Please Help
Regards
Any ideas, why the browser is returning 404?