Hi,
Within a HttpModule I would like to check whether the url ends with a file:
ie. www.example.com/images/images.css
and what the file extension is ie. css or js
In the Begin_Request event handler, using the Url property of the Request object nested in the HttpApplication, I am currently cutting of the file extension using String operations. Is there a better way to do this?