Discussion:
IIS Directory Browsing und web.config
(zu alt für eine Antwort)
Thomas Steinbach
2009-11-10 14:45:37 UTC
Permalink
Hallo,

wie kann ich im IIS einstellen dass gewisse Dateien wie
z.B. eine ".htaccess" Datei nicht beim Directory Browsing
angezeigt wird?

Kann ich solche Einstellungen auch ueber eine web.config
machen? Wie?

Kann man in einer web.config Datei eine Art
"DirectoryIndex ./index.php" wie beim Apache angeben?


Thomas
Stefan Falz [MVP]
2009-11-12 11:49:25 UTC
Permalink
Hallo Thomas,
Post by Thomas Steinbach
wie kann ich im IIS einstellen dass gewisse Dateien wie
z.B. eine ".htaccess" Datei nicht beim Directory Browsing
angezeigt wird?
Du kannst dir im IIS 7 ein eigenes Directory Listing Module
bauen. Für IIS 6 geht das über ein Wildcard Mapping.

Schau Dir mal das hier an:

http://mvolo.com/blogs/serverside/archive/2007/01/21/Get-nice-looking-directory-listings-for-your-IIS-website-with-DirectoryListingModule.aspx

Das sollte dem nahekommen, was Du suchst.
--
Tschau, Stefan
Microsoft MVP - Visual Developer ASP/ASP.NET
http://www.asp-solutions.de/ - Consulting, Development
http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community
Loading...