Using Custom HttpHandler to redirect users in Sharepoint

Posted by BeraCim on Stack Overflow See other posts from Stack Overflow or by BeraCim
Published on 2010-04-08T08:58:18Z Indexed on 2010/04/08 9:03 UTC
Read the original article Hit count: 358

Filed under:
|
|

Hi all:

I need to redirect a user to a different page if they visit a certain set of pages in a web. There is one condition: I'm not allowed to touch the IIS. I have googled around and found a thing called the custom HttpHandler for WSS 3.0. It sounded like something that I can use to capture the URL the user enters (the most malicious way to get to a page that should really be redirected) and redirect them to another page/web. But having not have the chance to use it yet, I was wondering am I on the right track by using a Custom HttpHandler to redirect a user to a different page in Sharepoint using C#?

Many thanks.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint2007