[Mono-list] Visual Studio Project

Gonzalo Paniagua Javier gonzalo@ximian.com
12 May 2003 23:04:58 +0200


El lun, 12 de 05 de 2003 a las 19:55, ulas vural escribió:
> Hi,
>  
> i have got a well working project under iis which has writen on
> Microsoft Visual Studio .NET i want to run it under linux (RedHat7.3)
> and Apache. 
>  
> i install all mono packages and now i can see test pages (xsp-0.4)
> can someone list me the steps?
>  
> i copy project files under server/test and i compile it as library
> it gives "compilation succeded"
> copy dll under bin directory but apache can't bring the page and
> locked

In xsp you have a little server used to test ASP.NET in mono.

If you want to run aspx pages in apache you need mod_mono (it's in CVS
too).

-Gonzalo