IIS 6.0 does not have wildcard character MIME mapping and does not serve
any type of extension that is not defined at the MimeMap node in the IIS metabase.
"You should only add the wildcard mapping to the
IIS MIME map as a temporary solution during troubleshooting.
After you have determined that a missing MIME type is the cause of the issue,
remove the wildcard mapping and add the specific mapping for the MIME type
that you need to serve."
Don't think its do-able with asp.net until IIS version 7 is released. With
IIS6 you have to pipe * through the ISAPI and intercept the request with an
ihttphandler if you want to control it at the asp.net level.
Don't think its do-able with asp.net until IIS version 7 is released.
With IIS6 you have to pipe * through the ISAPI and intercept the request
with an ihttphandler if you want to control it at the asp.net level.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.