.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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -