[Mono-list] Running MS compiled ASP.NET in Mono.
Gonzalo Paniagua Javier
gonzalo@ximian.com
Fri, 03 Oct 2003 20:47:38 +0200
El vie, 03-10-2003 a las 19:39, White, Solomon escribió:
> Another thing to be aware of...
>
> xsp expects the bin/*.dll files to be in the working directory (where you started it). For instance, say your dir structure looks like this:
>
> /home/user/mono <-- xsp working directory
> /home/user/mono/testApp <-- *.aspx files are here
>
> When you copy over from windows, you'll probably get something that looks like:
>
> /home/user/mono/testApp/bin <-- *.dll files will be here.
You also have to copy xsp.exe to bin when running under MS runtime. I've
added a comment on that to xsp/INSTALL.
-Gonzalo