[Mono-list] cgi and asp.net

Ivar Bratberg ivar at imaker.no
Wed Sep 14 05:11:46 EDT 2005


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


More information about the Mono-list mailing list