Ask a Question related to ASP.NET Security, Design and Development.
-
viki #1
authorization for sub directory
Hi All,
Could anybody advise me for the following..
I want to restrict access to a subdirectory in an web application
which has "integrated windows authentication". I have set the
directory security for the sub directory for a particular group. But
when the link goes to the page in the sub directory it asks for the
credentials again. I want to redirect to "not accessible" page
whenever any page in the subdirecotry is accessed by other groups.
Thanks in advance,
Viki
viki Guest
-
Active Directory Authorization Store question
I'm using Authorization and Profile block in my middle tier (.NET Remoting hosted under IIS) for role-based application security. It's all good when... -
URL Authorization
Hi All, I am trying to write several applications, for external users. They will use forms authentication to login. My question concerns url... -
Active Directory Search fails ("The directory service is unavailab
Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code... -
Server cannot access application directory ... The directory does not exist or is not accessible because of security settings
If you are using Windows XP in a Workgroup, rather than a Domain, then by default "Simple Filesharing" is turned on, and you won't see a security... -
Server cannot access application directory... The directory does not exist or is not accessible because of security settings.
Hi, I have this issue with the error below. Let me explain my goal and my server environement: Goal: To have 3 separate web servers reading... -
Ken Schaefer #2
Re: authorization for sub directory
You will need to override the 401 error status that ASP.NET is sending back,
and send back 200 instead (along with your custom text). When the webserver
sends a HTTP 401 status, the browser decides what to do, and most will
pop-up an authentication dialogue box (for the first three times - after
that they will display a message saying that you are not authorised to view
the page)
Cheers
Ken
"viki" <freetorn2002@yahoo.ca> wrote in message
news:deb17ac9.0411211801.211adc1@posting.google.co m...> Hi All,
> Could anybody advise me for the following..
> I want to restrict access to a subdirectory in an web application
> which has "integrated windows authentication". I have set the
> directory security for the sub directory for a particular group. But
> when the link goes to the page in the sub directory it asks for the
> credentials again. I want to redirect to "not accessible" page
> whenever any page in the subdirecotry is accessed by other groups.
>
> Thanks in advance,
> Viki
Ken Schaefer Guest



Reply With Quote

