mbiro
Programmer
- Nov 20, 2001
- 304
Here is the siuation:
I have a directory full of html pages and their associated graphics and multimedia files. I want to allow someone access to the pages only if he has an approprate cookie set.
I am trying to create a handler that will check for the cookie and, if it is valid, allow them through to the page they are trying to reach or else bounce them out. I set the iis so that all file types hit the aspnet dll and thus go through the handler. The trouble is that once they hit the handler, I cannot get them to the page they were trying to access.
Any ideas? I am trying to filter out requests that don't have the credentials to get in.
I have a directory full of html pages and their associated graphics and multimedia files. I want to allow someone access to the pages only if he has an approprate cookie set.
I am trying to create a handler that will check for the cookie and, if it is valid, allow them through to the page they are trying to reach or else bounce them out. I set the iis so that all file types hit the aspnet dll and thus go through the handler. The trouble is that once they hit the handler, I cannot get them to the page they were trying to access.
Any ideas? I am trying to filter out requests that don't have the credentials to get in.