Basic IIS7 permissions question

Posted by Tom Gullen on Server Fault See other posts from Server Fault or by Tom Gullen
Published on 2011-06-26T01:59:55Z Indexed on 2011/06/27 16:24 UTC
Read the original article Hit count: 289

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!

© Server Fault or respective owner

Related posts about security

Related posts about iis