ASP.NET Virtual Path Provider Cache Dependency
Posted by: MrDaves (David Yack) Blog!,
on 14 Nov 2005 |
View original | Bookmarked: 0 time(s)
Over the last few weeks I have had the fun of starting to work more heavily with the VirtualPathProvider in ASP.NET 2.0. VPP allows you to basically provide a virtual file system that ASP.NET can use to find things like master pages, themes and many other types of items. With VPP you can virtualize the existance of a file but you can also virtualize directories as well. Early in doing some experimements using VirtualDirectory and creating a hierachy I ran into a snag… ...