CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    146

    handlig 401.2 error "access denied"

    Hi all,
    in my web application, I am using authentication mode="Windows" and a custom roleprovider.

    When I try to access to a forbidden page , I would like to handle the error , redirec the user in my ErrorPage.htm

    Many thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Re: handlig 401.2 error "access denied"

    check out this link...

    http://quickstarts.asp.net/QuickStar....aspx#handling

    There are several ways you can implement this functionality and this should provide the direction you need to go there :-)

    Hope this helps

    Larry Darrah
    MS Architect Evangelist

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured