Hi
I created a second IIS site, added Host Header etc etc
I created in it a virtual directory say testhost
that points to a web app having index.aspx
I go to Default Documents for IIS site and create a default doc to
/testhost/index.aspx
it says: You are not authorized to view this page!!!!!!
if I do www.<somegooddomain>.com/testhost/index.aspx
everything works!
Help
GSL
Michael Nemtsev, MVP - 14 Sep 2007 00:22 GMT
Hello info@sites4agents.com,
Try to set Anonymous Access into IIS directory security
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> second IIS site, added Host Header etc etc
> I created in it a virtual directory say testhost
> that points to a web app having index.aspx
> I go to Default Documents for IIS site and create a default doc to
> /testhost/index.aspx it says: You are not authorized to view this
> page!!!!!!
Cowboy (Gregory A. Beamer) - 14 Sep 2007 19:30 GMT
OPen the IIS Management tool and allow anonymous access (if forms auth) or
windows auth (if domain).

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
*************************************************
> Hi
>
[quoted text clipped - 13 lines]
> Help
> GSL