[Mono-list] RE:Re: Mono ASP.net

Gonzalo Paniagua Javier gonzalo@ximian.com
29 Jul 2003 15:41:44 +0200


El lun, 28-07-2003 a las 16:23, Dale Sides escribió:
> I now have code-behind files working in xsp. As it turned out I had to
> start the server component from with in the virtual directory itself. I
> also had a problem where when deploying from a VS.net build I had not
> changed my compilation type to release from debug.

You don't have to start the server from withint the virtual directory.
You just have to run 'mono xsp.exe --help' and it will tell you more
;-).

The debug/release stuff is related to some kind of data that MS includes
in the assemblies that is not documented.

-Gonzalo