.net - asp.net handler not picking up case sensitive -


i have handler in web.config:

  <add name="handler1" path="*.jpg" verb="*" type="imagehandler" resourcetype="unspecified" precondition="integratedmode" /> 

problem path case sensitive. want handler pickup path *.jpg. there way make above line case insensitive?

as quick fix, can have copy of handler path="*.jpg"


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -