Hello,
I'm currently struggling with various settings in ASP.NET and our rewrite module. We've introduced our own caching, and are currently experiencing issues with the IIS server not beeing able to retrieve content.
For example, i'm requesting the following URL:
http://localhost/arne/static/2.91.743.0/App_Themes/silverstuddedbl ue/styles/01_reset.css
We have introduced the 2.91.743.0 as a Caching mechanism to check the validity of the file in the cache. The problem however, is when I request the physical path of the request, I receive the following value:
"C:\\Users\\arn e.de.herdt\\Doc uments\\Trunk\\ Robinson\\Robin sonWebApp\\stat ic\\2.91.743.0"
It seems as is everything between the last digit of the cache value and the remaining URL is stripped.
I've setup the StaticFileHandl er to be mapped to file's and folders with pattern *.*. Could this be related?
If anyone can shed some light on this...
I'm currently struggling with various settings in ASP.NET and our rewrite module. We've introduced our own caching, and are currently experiencing issues with the IIS server not beeing able to retrieve content.
For example, i'm requesting the following URL:
http://localhost/arne/static/2.91.743.0/App_Themes/silverstuddedbl ue/styles/01_reset.css
We have introduced the 2.91.743.0 as a Caching mechanism to check the validity of the file in the cache. The problem however, is when I request the physical path of the request, I receive the following value:
"C:\\Users\\arn e.de.herdt\\Doc uments\\Trunk\\ Robinson\\Robin sonWebApp\\stat ic\\2.91.743.0"
It seems as is everything between the last digit of the cache value and the remaining URL is stripped.
I've setup the StaticFileHandl er to be mapped to file's and folders with pattern *.*. Could this be related?
If anyone can shed some light on this...