Hello Dave,
Thanks for the reply (I'll try it), but I'm really looking to know what other files are blocked. Under URLscan, the ini file listed what extensions were blocked, does this exist for IIS 6?
Thanks,
-Ben
Main Topics
Browse All TopicsHello All,
There's all this talk about IIS 6 being more secure, and having many of the URLscan functionality built-in. A good thing. BUT, I've noticed I can't download *.log even though they have permission to download. How can I configure what can and cannot be changed? This server does not have IIS Lockdown 2.5 or a directory for URLscan under C:\WINDOWS\system32\inetsr
The general error received:
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
Thanks,
-Ben
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello af500,
Oh... unknown mime types are blocked. That's a pain since I let users upload files and then enable directory browsing for downloading. This makes it difficult. Maybe, I should install URLscan 2.5 and then only block what I specify. Anyway to disable that feature in IIS 6, blocking of unkown mime file types?
As per what version is built-in to IIS 6, not sure.
Thanks,
-Ben
There really isn't a 'version' of URLScan built into IIS 6.0 - it simply incorporates a number of the features that URLScan provides for IIS 5.
You can install URLScan 2.5 on IIS 6.0 for a couple added features such as URL Sequence blocking and Server Banner suppression.
In any case, there is no way to disable MIME type blocking in IIS 6.0, but you can bypass it by adding a MIME type of * with a type of application/octet-stream. This will provide a default MIME type for all files that don't have one.
Dave Dietz
Business Accounts
Answer for Membership
by: Dave_DietzPosted on 2004-11-11 at 19:28:39ID: 12562296
You need to add a MIME type for it.
I believe this would be under the HTTP Headers tab of the site properties.
Add an entry of log with a type of application/octet-stream and you should be good to go.
Dave Dietz