File Security (IP address access restrictions) in IIS7
Posted
by Chris Arnold
on Stack Overflow
See other posts from Stack Overflow
or by Chris Arnold
Published on 2010-04-07T16:40:22Z
Indexed on
2010/04/07
16:43 UTC
Read the original article
Hit count: 478
I have a web service that contains 2 asmx files (public.asmx and private.asmx). On IIS6 I could go to the properties of private.asmx then, from the 'File Security' tab, deny all computers access except the IP address for localhost.
In IIS7 I only seem to be able to do this for an entire folder. What am I missing?
© Stack Overflow or respective owner