|
| Pages Browsing |
 |
Wed, 2 Aug 2006 08:59:23 +0000 |
How can I deny access to all pages ...
I mean I want the pages to be accessed only if they are redirected by the
ASP.net code
and only one pages to be accessed by its URL which is the default page.
|
| Post Reply
|
| Re: Pages Browsing |
 |
Wed, 2 Aug 2006 17:10:49 +0000 |
Try IISPassword (http://www.troxo.com/products/iispassword/) or wait for IIS 7.
Jeff
|
| Post Reply
|
| Re: Pages Browsing |
 |
Wed, 2 Aug 2006 17:30:04 +0000 |
If they're all ASP.NET pages you could check
Request.ServerVariables("HTTP_REFERER") on each page to ensure that a
link was clicked to get to your page.
|
| Post Reply
|
| Re: Pages Browsing |
 |
Wed, 2 Aug 2006 17:35:03 +0000 |
If they're all ASP.NET pages you could check
Request.ServerVariables("HTTP_REFERER") on each page to ensure that a
link was clicked to get to your page.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|