IIS Virtual Directory works without Active Directory. I think the problem
here is user error.
First, define "However when users connect to the site they have no access to
the contents of the virtual directory." -- are they getting access denied
(401), or 404, or ???
If you upgraded from a server that was in a domain to a server that is not
in a domain, the filesystem may be ACL'd to domain user accounts that are no
longer available to the standalone server (user authentication/ACL is
something that a domain provides which you've just taken away). That fact
itself can cause a 401, and there are two ways to correct this user error:
1. Put the server back in the domain so that the ACLs on the resources match
the credentials that the users are using
2. Reset all the ACLs of the resources on the server as well as reconfigure
IIS to request the right credentials from the remote users.
I think that #1 is a better solution because you have not given sufficient
information on how to do #2.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
[quoted text, click to view] "Raoul Krakowski" <raoul@keinetworks.com> wrote in message
news:4ee1d45e.0309120715.141cd078@posting.google.com...
Hi,
I'm trying to upgrade from a server 2000 domain to a non-domain server
2003 environment but IIS is holding me back.
It seems that when I create a virtual directory on another server
users cannot see the files. If I have a domain this is no problem. I
have tried changing all security/permission settings but nothing
works. The weird problem is IIS 6 shows the Virtual Directory and all
of its contents with no red flag. However when users connect to the
site they have no access to the contents of the virtual directory.
I know that if I add Active Directory it will fix this problem but I
don't want to and shouldn't have to. This appears to be a carry over
problem from IIS 5. I don't understand why the virtual directory
wizard would ask you for logon credentials and then not work.
Does anyone have any idea how to make IIS Virtual Directories work
without Active Directory??