When I set my ASP.NET project IIS directory security with:
Anonymous Access checked and a valid domain account is supplied; and
Integrated Security is unchecked - none of the state changes in my server
side user controls hold?
Also any Response.Redirect statements fail.
Can anyone shed some light here?
hB - 25 Aug 2005 22:50 GMT
There may be something you are missing.
(also that domain account must have some enough credentials unlike
GUEST/USER)
---
hB