Phil-
I know that you probably already have your problem solved, but I think there
may be a be better solution - and a way for you to learn more about how IIS
configurations work...
I found an article in the latest TechNet Magazine called "Discover the
MetaBase" and it talks about using the Metabase Explorer tool available from
the IIS Resource kit. (links included below) That's a really helpful tool
in learning how things are ACTUALLY configured behind the scenes.
One thing that is not immediately obviuos is the fact that MOST of the
settings for a virtual directory are actually inherited from a base
configuration for IIS. If you open the metabase explorer and leave the
inherited attributes visibility turned off, you'd see that a typical
configuration for an virtual directory has only about 7 settings - the rest
of the settings are inherited. So, when you change the user name and
password for virtual directory anonymous user, you're actually overriding the
default settings of the base IIS configuration (you can see them when you
click on W3SVC in the Metabase Explorer). If you simply delete your
overrides, it will default back to the original settings for the IIS
configuration.
The first time I ever exported a virtual directory configuration and then
imported it to another server, I wondered how on earth the anonymous user
name and password "magically" was modified to fit the target server. The
fact is, since I didn't override the default anonymous user or password on
the source virtual directory, when I imported it into the target server the
anonymous user name and password from the source were not applied to the
target configuration - meaning the target virtual directory anonymous user
settings would be left as the default for the target server.
I highly recommend looking at the Metabase Explorer.
Chris
Discover the Metabase: This article is not available on-line yet. But the
link to the issue that contains the article is here:
http://www.microsoft.com/technet/technetmag/issues/2005/11/default.aspx IIS 6.0 Resource Ki
http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&displaylang=en [quoted text, click to view] "Chris Cichocki" wrote:
> You're welcome.
>
> "Phil Hart" wrote:
>
> > thank you so much for your help Chris!
> >