[Mono-devel-list] Code Behind + XSP

Rafael Teixeira monoman at gmail.com
Mon Jan 24 12:23:57 EST 2005


Hi Nigel,

You are mixing things... XSP implements everything taht you have in
ASP.NET, but not things that VS.NET does like compiling your
codebehind files, for that a simple Makefile will resolve your
problem, or if you are using VS.NET, just copy the binaries it
generated to your XSP/Mod_Mono web server.

> Does this mean that the only classes you can link to are the corlib and
> System.Web* assemblies?

Just reference the needed libraries when compiling with mcs, or copy
the VS.NET precompiled codebehind ones as I said before.

Just to make it clear: VS.NET just calls csc or vbc passing everything
you'd put in the 'references' project-folder as references and all
codebehind sources to compile your 'web project' and them copies the
resulting dll(s) to where IIS/aspnet.dll will look for them.


> I'll check out XSP and see how this is done, but I need other Dll's from
> the GAC, so if that isn't going to work for me, I'll have to take another
> route I guess.

We are here to help,

Have fun,


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.



More information about the Mono-devel-list mailing list