Author: biznick | Posted on: 3/31/2009 6:49:37 AM | Views : 951

I am writing an httphandler that does friendly urls.  The problem I found after coding, one many have found, is that when using a handler to do this and using forms authentication you have issues were the old url is used instead of the friendly url..

I have fixed this issue on all authenticated pages, but I still need to have it fixed for my pages were I have allowed anonymous access...

What I would like to do is write some C# code that allows me to check and see if an anonymous user has access to a specific webpage or folder.  This information is stored in the web.config and is used by forms authentication already to do this.  Does anyone know what object/method I need to call to accomplish this?
...

Go to the complete details ...