mbiro
Programmer
- Nov 20, 2001
- 304
I am trying to figure out how to set up a handler in the web.config file that will, based on a token sent from another server, authenticate the user and allow him to view the pages and access the multimedia files in the site. I want to prevent putting an include file on every page and prevent someone from typing and getting to the movie.
I inherited literally thousands of html pages and countless multimedia files that are to be put on a content server. I need to ensure that the only way to get to these pages is if the user comes from my other server.
I started looking into handlers. Am I on the right path. Anyone have a solution or a good place to start? Forms authentication seems to require a login, but I just want to allow someone in if they come from my other server.
I inherited literally thousands of html pages and countless multimedia files that are to be put on a content server. I need to ensure that the only way to get to these pages is if the user comes from my other server.
I started looking into handlers. Am I on the right path. Anyone have a solution or a good place to start? Forms authentication seems to require a login, but I just want to allow someone in if they come from my other server.