> From: "Mahen Perera" <[EMAIL PROTECTED]>
> As u have already mentioned, the existing ASP.net web services
architecture is tightly integrated
> to .NET and cannot run without IIS. AXIS, on the other hand is an Open
Souce effort and will run on the

BTW, this is not quite true - you do not need IIS _at all_. All requests to
ASP.NET are just passed to (.NET's) HttpRuntime, IIS - more or less - only
provides HTTP transport to ASP.NET. You can easily write your own transport,
be it HTTP (eg. Cassini project), or anything else (eg. some MQ).

Regards,
    Ales Pour

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to