Is it possible to configure a location in Web.config to only allow local connections
- by gatapia
Hi All,
I've got a page in an ASP.Net app (its Mvc actually but not important) and I would like to only allow connections to this page from the local machine. I would love to do something like this in Web.config:
<location path="resources"><system.web><authorization><allow…