Tagged Questions

0
votes
2answers
82 views

Maintaining cache control property on a file when it is returned as Stream from VirtualPathProvider

I have implemented a VirtualPathProvider to return Theme files (images,css) for an Azure web site from the Azure CDN. It is working fine apart from one thing: the files that are coming from the CDN ...
0
votes
1answer
379 views

asp.net VirtualPathProvider - clearing Cache using GetCacheDependancy problem

I'm using VirtualPathProvider to return virtual pages from a SQL Server table. This is working pk and the code in my VirtualPathProvider class file is below. The problem I'm having is that when I ...
0
votes
1answer
1k views

Virtual Path Provider disable caching?

I have a virtual path provider. Problem is its caching my files. Whenever I manually edit one of the aspx files it references the VPP doesn't pull in the new file, it continues to reuse the old file ...