This is related to another question I asked last week, but the current issue is more IIS-centric.
As a workaround to correct the issue, I removed the wildcard mapping for the web application (which was set to C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
)
I would like to be able to add back this wildcard setting (as there might be side effects to removing this) -- but exclude the *.dll extension from being mapped to the ASP.NET endpoint.
How might I go about doing this in IIS6?