[Mono-bugs] [Bug 74688][Nor] Changed - Cannot create 'download' page for inline PDF viewing with IE

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 21:33:04 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74688

--- shadow/74688	2005-04-21 21:21:18.000000000 -0400
+++ shadow/74688.tmp.28380	2005-04-21 21:33:04.000000000 -0400
@@ -108,6 +108,20 @@
 the response directly?  I wonder if I can write some .NET code to
 submit the request and then look at the output directly.. hmm..
 
 Thanks!
 Curtis.
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-21 21:33 -------
+The behavior you get with xsp i get with both xsp and IIS. I swear ;-)
+
+I used tcpdump and ethereal on the linux side, but couldn't get a
+similar dump when running IIS and IE on the same machine.
+
+I'm running IIS with the 2.0.40607 version as reported by
+aspnet_regiis.exe -lv and the 1.0.3705 and 1.1.4322 versions are also
+installed but not default.
+
+I tried just Response.Redirect and that works fine. I'm going to try
+to make this work on windows for me. I'll send you an email if I find
+how to make this work.