[Mono-bugs] [Bug 66429][Wis] New - Smart Client Not loading in Mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Sep 2004 07:43:20 -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 sunvenk@hotmail.com.

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

--- shadow/66429	2004-09-21 07:43:20.000000000 -0400
+++ shadow/66429.tmp.10840	2004-09-21 07:43:20.000000000 -0400
@@ -0,0 +1,55 @@
+Bug#: 66429
+Product: Mono: Runtime
+Version: unspecified
+OS: Windows XP
+OS Details: SP1, having MS .Net 1.1, Mono runtime 1.0.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sunvenk@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Smart Client Not loading in Mono
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+When Xsp/Cassini web server is run on MS CLR and a smart client is 
+requested from the web server using Internet Explorer, the smart client 
+web page downloads and shows the custom control. But same servers run upon 
+mono, the custom controls are not downloaded by client Internet Explorer.
+
+Steps to reproduce the problem:
+1. Modify Client machine .Net configuration using .Net Configuration 
+Utility
+2. Add a new code group in Machine node in Runtime Security Policy, with 
+permission set "full trust"
+3. start xsp/cassini on mono runtime, request for a web page having a 
+smart client( I used a smart client from the URL http://www.c-
+sharpcorner.com/Code/2003/March/ActiveXInNet.asp )
+
+Actual Results:
+The control is not shown in Web Page when ran from mono runtime, but gets 
+shown if ran from MS CLR
+
+Expected Results:
+The control should get downloaded to the client
+
+How often does this happen? 
+Everytime
+
+Additional Information:
+The client and server are running on same machine( so URL used is 
+http://localhost:xxxx/xxxxx)
+If the webserver is first ran on MS CLR and the web page is requested, the 
+control is downloaded and shown to the client. Subsequently stop the 
+server on MS CLR, start the server ON Mono, request for the page, then the 
+already downloaded control( from downloaded cache of client machine )is 
+shown. Now stop the server , clear the downloaded cacche from client( 
+using gacutil /cdl AND delete all temporary internet files) and again 
+start the web server on Mono, the control is not getting downloaded and 
+not shown in web page.