[Mono-list] Web based C# classes and IIS

Gaurav Vaish gvaish@iitk.ac.in
Sat, 9 Feb 2002 08:18:51 +0530


----- Original Message -----
From: "Jason Smith" <jkleven99@yahoo.com>
To: <mono-list@ximian.com>
Sent: Saturday, February 09, 2002 02:56
Subject: [Mono-list] Web based C# classes and IIS


: Question:
:
: How will the collection of web classes (especially the
: System.Web.UI.WebControls classes) be used without
: using Microsoft's IIS?  Will this be possible (is
: there a project that exists or is in the works)?  I'd

    We have been trying to find ways to the problem posed. The actual problem is
not in the WebControls area but in System.Web, System.Web.Hosting and places
like that where a lot of interaction with the server is required. As far as I
have been implementing WebControls, I really did not get much burden since my
code never directly connected to the server - everything that I required was
through the classes in these namespaces.

: really like start writing some dynamic HTML apps using
: C# and these classes, but I don't really want to force
: people to use IIS to run them.

    The situation is fully understandable. IIS sux. But sadly, right now I also
do testing on it. :(

: I'm sorry if this is off subject or a stupid question.
:  I cannot find information on this after scouring the
: web.

    Fully valid question ;-)


Cheers,
Gaurav Vaish
http://home.iitk.ac.in/student/gvaish
http://calendar.yahoo.com/mastergaurav
-----------------------

:
: Thanks very much --
: John Kleven