|
| NT Challenge/Response on a single file |
 |
Mon, 24 Jul 2006 22:01:58 +000 |
I have one file in my website that needs to have NT Challenge/Response on it.
This is my first ASP.Net website so I don't really know much about it and google
isn't much help. Is there a way to enable NT Challenge/Response on a single
file?
|
| Post Reply
|
| Re: NT Challenge/Response on a single file |
 |
Mon, 24 Jul 2006 23:22:23 +000 |
Not really. It's set at the web site level, but I guess you could provide
Anonymous access as well and for that file remove permissions for the anonymous
user account. The anonymous access shouldn't prompt, but whre it doesn't have
access you'll get a prompt.
Jeff
|
| Post Reply
|
| Re: NT Challenge/Response on a single file |
 |
Tue, 25 Jul 2006 01:36:50 +000 |
Authentication can be set all the way to file level..... though NTFS can be
another bet.
|
| Post Reply
|
| Re: NT Challenge/Response on a single file |
 |
Tue, 25 Jul 2006 11:20:45 +000 |
I stand corrected. I thought this part could only be set at the site level.
Jeff
|
| Post Reply
|
| Re: NT Challenge/Response on a single file |
 |
Tue, 25 Jul 2006 12:36:22 +000 |
FWIW, I prefer to set that on a folder and then place that file in the folder.
You never know when you may need this for more files and by doing it this way,
you just place those additional files in the folder and they'll be protected
without any further configuration changes.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|