AW: [Mono-list] cgi and asp.net

Jochen Wezel - CompuMaster GmbH jwezel at compumaster.de
Fri Sep 23 07:48:33 EDT 2005


Hi Ivar,

It's not exactly what you're asking for, but when your CGI only provides data, you could provide it as XML data (e. g. DataSet syntax) or as a WebService.
In ASP.NET you would access this XML data and include/process it in your page.

-Jochen

-----Ursprüngliche Nachricht-----
Von: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] Im Auftrag von Ivar Bratberg
Gesendet: Mittwoch, 14. September 2005 11:12
An: mono-list at lists.ximian.com
Betreff: [Mono-list] cgi and asp.net

Hello, is it possible for a cgi script to tell the apache server that the returned data should be intpreted as asp.net code ?
We are about to extend our publishing system, based in cgi to include asp.net, using mono.
The best solution I have come up with so for is to redirect the apache simply returning Location=asp-net-file.aspx, and then use OnLoad function in the asp.net file to include the dynamic data.
But to access the dynamic data we will have to call a c# -c++ wrapper, which takes time.
The best would be to tell apache to intpret it as asp.net is this possible ?
Best regards
IB
_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list




More information about the Mono-list mailing list