Basic IIS7 permissions question
- by Tom Gullen
We have a website, with a file:
www.example.com/apis/httpapi.asp
This file is used by the site internally to make requests joining two systems on the website together (one is Classic ASP, the other ASP.net). However, we do not want the public to be able to access the file.
In IIS7.5, is there a setting I can do to make this file internal only? I've tried rewriting the URL for it but this rewrite is also applied internally so the scripts stop working as they fetch the rewritten url.
Thanks for any help!