Link to home
Start Free TrialLog in
Avatar of fredsmullin
fredsmullin

asked on

IIS 7.5 Request Filtering File Name Extension Issue With JQuery

Here's my environment:
Windows 2008 R2
IIS 7.5
ASP.NET 3.5
MS SQL Server 2008 R2

I am being required to setup IIS with request filtering to allow only specified file name extensions.  I have the development site working with the extensions I have selected, but one JQuery stylesheet seems to be blocked (jquery-ui-1.8.11.custom.css) with a 404.7 that is supposed to be the response when the extension is not in the allowed list.  All other CSS files load fine.

If I check "Allow unlisted file name extensions" everything works fine.  The odd thing is that even though I have not specified CSS as an allowed file name extension, all my CSS files load except this one.  If I add the CSS extension as allowed and uncheck the "Allow.." checkbox, my UI turns to trash like none of the CSS is being loaded event though none of the CSS requests are showing up as being denied.

Has anyone else encountered this issue?
ASKER CERTIFIED SOLUTION
Avatar of fredsmullin
fredsmullin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial