Hi there,
I am working on a Virtual Path Provider that server IronPython .aspx page as needed.
With VPP, I have the ability to modify the IronPython source code of the ASPX page on the fly. The problem is, I cannot figure out a way to force ASP.Net to check the source everytime it receives a request. So there's always a delay between the source code change in the VPP back end to the "in memory" ASPX page that IIS serves.
Is there any way or setting in the current VPP to allow this behaviour (Always check source - do not cache) in ASP.Net futures?