Problem with IIS

G

G. Samuel Hays

I've been handed an IIS server running on a windows 2000 server box. I am
by no means an IIS guru so please bare with me.

1) I don't know how to get you the version information, but I'm assuming its
IIS5 which I think is the default for windows 2000 server.
2) I have copied a directory from server 1 to server 2 (2 = box in
question).
3) I have created a new virtual directory in IIS and with default settings,
pointed it to the directory I copied
from server 1. Every setting seems to match up.
4) However, when I view the page I'm getting a 403 (unauthorized).

I did the exact same procedure on another one of the directories and
everything worked fine. Does anyone have some suggestions of things for me
to check out?

Thanks
Sam
 
R

Ray at

G. Samuel Hays said:
1) I don't know how to get you the version information, but I'm assuming its
IIS5 which I think is the default for windows 2000 server.

You're correct. IIS 5 comes with Windows 2000, and it's the only version
that it can run. XP Pro has 5.1, Server 2003 has IIS 6. You cannot change
the version of IIS.

2) I have copied a directory from server 1 to server 2 (2 = box in
question).
3) I have created a new virtual directory in IIS and with default settings,
pointed it to the directory I copied
from server 1. Every setting seems to match up.
4) However, when I view the page I'm getting a 403 (unauthorized).

IUSR_name_of_machine will need NTFS permissions to read the files.

You're probably better off meandering over to the IIS groups.
..inetserver.iis[.*]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top