<add domainName="[clientmachine]" allowed="true" />

<add domainName="[clientmachine]" allowed="true" />

am 14.09.2007 05:16:01 von FelixJiang

When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
403.8 error message. I was told to change the dominaName attribute to be:
.

However, I am not sure where I can change this attribute. In the
ApplicationHost.config file, I cannot find this attribute. Can anyone shed
some light?

Many thanks!

Re: <add domainName="[clientmachine]" allowed="true" />

am 15.09.2007 08:33:41 von David Wang

On Sep 13, 8:16 pm, Felix_Jiang
wrote:
> When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
> 403.8 error message. I was told to change the dominaName attribute to be:
> .
>
> However, I am not sure where I can change this attribute. In the
> ApplicationHost.config file, I cannot find this attribute. Can anyone shed
> some light?
>
> Many thanks!


I believe there is UI to do what you want.

I'm not certain why you are directly tweaking applicationHost.config
file.

One can definitely figure this out.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: <add domainName="[clientmachine]" allowed="true" />

am 18.09.2007 14:20:46 von Ken Schaefer

As David says - you should be able to do this via the GUI.

If you can't, then this goes into the IP Security section.

Cheers
Ken


"Felix_Jiang" wrote in message
news:A828F433-FCAB-4FBF-928C-B3630C932E4E@microsoft.com...
> When I try to access an Web site hosted in IIS 7, I receive the HTTP Error
> 403.8 error message. I was told to change the dominaName attribute to be:
> .
>
> However, I am not sure where I can change this attribute. In the
> ApplicationHost.config file, I cannot find this attribute. Can anyone shed
> some light?
>
> Many thanks!