views:

62

answers:

0

I am using UrlRewritingNet to provide me with extensionless page names

http://mydomain.com/PageCode translates to http://mydomain.com/default.aspx?Code=PageCode

Everything worked fine in Casini, however When deploying to IIS 6 I had to turn on the wildcard filter to allow the extenionless page to be processed. When turning on the wildcard in IIS this makes every request for every asset on the page to go through my page (i.e. the requests for each image cause a run through the code on the page. How can I prevent this?