This a bit of strange one.... We have an internal web app that runs on server (A) and a document repository that runs on server (B).
I have simple link on a page and I want to enable the user to download a document(From IIS Server (A)). However this document does not exist on Server (A) until the user clicks the button(because there is 40+ documents to display cannot load them all when the page loads)
When the user clicks the link(at which point I would like then to be prompted to download) The document is copied to server (A) and then redirected to a page where the browser prompts them to download. I believe I have set up the content header correctly and it works in FireFox.
IE(7) just pops up a window and then the window disappears, If I turn down the security settings it works OK but that is not an option.
Any Ideas how to solve this. I cannot point directly to the document on Server(B)
ADDITION: Yes Server B is also a Web Server