Tagged Questions
3
votes
2answers
178 views
ASP.net UserControl and AppDomain TypeResolve
I'm using a VirtualPathProvider to include usercontrols that are not available at compile-time.
Everything is working correctly except for the reference to the dll that actually contains the control.
...
2
votes
1answer
92 views
VirtualPathProvider won't see requests because * filetype handler not set on asp.net development server
I am using a VirtualPathProvider to serve some resources from .dll's (plugins). In IIS one can change the filetype filter for the ASP.NET ISAPI filter to '*'. How can I do the same for the ASP.NET ...
1
vote
1answer
735 views
C# VirtualPathProvider Static-Pages
I've got a virtual path provider (VPP) that serves simple aspx pages.
The problem lies when I introduce static references such as *.css, *.jpg files, etc ...
I noticed my VPP is capturing these ...
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 ...