I just replaced a basic HTML page of static hyperlinks to PDF files with a WebMenu list. For some reason I have users that now get a blank Adboe Reader window when clicking on the WebMenu links or they get an Adobe Reader window with "raw" data (instead of the graphical PDF file). For other users the Adobe Reader fires up and opens the pdf files fine.
Any ideas what would cause this?
BUMP
Any clues? I really don't see why SSL would be hindering this since I am not accessing the site via "https", but these links (pdfs, etc) open fine from my Development server and that is one of the few differences I can find between the two servers.
I have it backwards. I need to remove the "No Cache". I dont understand why this is an issue with the WebMenu control, but a static HTML page of hyperlinks works just fine...
So, any idea how to make the response from the WebMenu control enable the Cache?
My problem seems to have something to do with SSL and "no cache". I am not running SSL on my test server and a user that has problems can open the links fine.
The production server has SSL and I found a kb article that talks about setting Cache Control to "No Cache". I am not sure how to do this with this control. Do I just add the header using the "Response.AddHeader" in the Click even of the menu control?