-
Posted to
IIS7 - Security
by
leonzhou
on
09-09-2006, 8:24 AM
Thanks for the links Anilr.
However, my site still doesn't recognise unknown file format. This time, the error message becomes 404.3, which means either I'm missing a handler map or a MIME map for that directory.
Now I'm pretty sure that I have the StaticFile handler with the request path * enabled for the directory, but I do ...
-
Posted to
IIS7 - Security
by
leonzhou
on
09-05-2006, 9:51 PM
Heaps of thanks Anil. BTW, do you know anywhere that I can find more info about this kind of advanced operation?
Regards,
Leon
-
Posted to
IIS7 - Security
by
leonzhou
on
09-02-2006, 11:19 PM
Hi,
I am apparently traped by the new request filtering feature in IIS7. I red about the tech doc about request filtering and tried to turn off the file extension filtering in my public listed folder by adding:<requestFiltering>
<fileExtensions allowUnlisted="true" >
<add ...