Is it possible to "persuade" IIS to deliver content from a Zip file "Container" ? For example I have lots of PDF documents packed in Zip archives and I need to display the PDFs in a browser. So for example if the Zip file is named "Container.zip" and one of the PDFs in the Container,zip is called "test.pdf" I want to retrieve the test PDF with a URL of the form:
http://myhost.domain.local/getfromzip.dll?container.zip&test.pdf
I guess one could write such an isapi Module but maybe something like this already exists ?