Change Directory Browsing Page in IIS 7.5
Posted
by
Gabriel Ryan Nahmias
on Server Fault
See other posts from Server Fault
or by Gabriel Ryan Nahmias
Published on 2012-07-10T19:15:17Z
Indexed on
2012/07/10
21:18 UTC
Read the original article
Hit count: 308
NOTE: This post is tagged ASP Classic but really that's just one of the languages in which I could write it. I really need assistance with configuring IIS (7.5).
I have found many scripts and ideas to effect this but I require that it's not be a "drop-in" replacement, as in it must work globally for any possibly directory from one codebase. Here are several links related to this goal:
http://mvolo.com/get-nice-looking-directory-listings-for-your-iis-website-with-directorylistingmodule: Best example of what I want and the one with which I can't seem to follow through.
http://www.daleanderson.ca/edb/: This is an example of a "drop-in" replacement (at least it's oriented for that purpose). It still has viable code that could be useful to serve as the main file that processes directory traversal.
© Server Fault or respective owner