IIS site default doc - entry point in ASP.net app - does not work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hello (e-mail address removed),

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
 
OPen the IIS Management tool and allow anonymous access (if forms auth) or
windows auth (if domain).

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
Back
Top