|
Home > Archive > Microsoft Content Management Server > June 2007 > Customising default Access Denied page
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Customising default Access Denied page
|
|
|
| Hi,
Is there any way to customize default Access Denied page or redirect user to
a customized page when he doesn't have access to CMS website ?
Cheers,
Smita
| |
| Stefan Goßner [MSFT] 2007-06-01, 1:18 pm |
| Hi Smita,
I assume you mean the one liner ACCESS DENIED message.
Unfortunatelly this cannot be customized easily as this comes directly from
the ISAPI filter.
You would need to write a custom ISAPI filter yourself that verifies the
content sent to the client and replaces this method with your desire page.
Cheers,
Stefan
"Smita" <Smita@discussions.microsoft.com> wrote in message
news:B9EF107E-C6DB-45F5-8A2D-1A206502912C@microsoft.com...
> Hi,
>
> Is there any way to customize default Access Denied page or redirect user
> to
> a customized page when he doesn't have access to CMS website ?
>
> Cheers,
> Smita
| |
|
| Thanks Stefan!
"Stefan Goßner [MSFT]" wrote:
> Hi Smita,
>
> I assume you mean the one liner ACCESS DENIED message.
> Unfortunatelly this cannot be customized easily as this comes directly from
> the ISAPI filter.
>
> You would need to write a custom ISAPI filter yourself that verifies the
> content sent to the client and replaces this method with your desire page.
>
> Cheers,
> Stefan
>
>
> "Smita" <Smita@discussions.microsoft.com> wrote in message
> news:B9EF107E-C6DB-45F5-8A2D-1A206502912C@microsoft.com...
>
>
>
|
|
|
|
|