[Mono-list] More information required please

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 21 May 2004 01:22:04 +0200


El jue, 20-05-2004 a las 07:24, Peter Foley escribió:
> I have got a helloworld app running on my Fedora 1 box with Mono beta 1 (yay!)
> 
> How do I get a web service running
> 
> Under .Net I have helloworld.asmx and helloworld.asmx.cs which compiles to
> bin/helloworld.dll
> 
> I browse to helloworld.asmx and asp.net takes over
> 
> What is the eqivalent on Mono?

Get xsp from mono CVS or download the latest source release from
http://www.go-mono.com/download.html . Then read the README and INSTALL
files and follow the instructions. It comes with a few sample web
services too.

-Gonzalo