Windows Server 2008 IIS
Posted
by Tone
on Server Fault
See other posts from Server Fault
or by Tone
Published on 2009-06-10T12:27:42Z
Indexed on
2010/04/10
13:43 UTC
Read the original article
Hit count: 393
windows-server-2008
|iis
I'm trying to do a really simple task - setup a virtual directory in Windows Server 2008. This is what I am doing but it's not working for some reason:
- Open IIS 7
- Create a new virtual directory in Default Web Site and point it to a folder on d:\ drive
- Browse to folder on d:\ drive and create an .htm file with some test text in it
- Open a browser and navigate to http://localhost/TestSite/index.htm
But I get a 404 - what gives?
Edit:I didn't mention at first that this is Server 2008 R2
© Server Fault or respective owner