Hello, I am confused how I can redirect a incoming request to a file present in the memory in ISAPI Filters. I can access the file only through file pointers which are created on fly. For .e.g, when a request comes as http://www.abc.com/Testing, then my filter should fetch me the index.asp present in...