On Thu, 2009-02-26 at 12:54 +0000, Pedro Santos wrote: > Hello, I saw that mono now supports precompiled sites: > http://gonzalo.name/blog/archive/Mono/2009/Feb-20.html > > Is this available on mono 2.4 RC1? > > I'm trying and I get the following output: > This is a marker file generated by the precompilation tool, and should > not be deleted! > > I'm using: > > # fastcgi-mono-server2 --version > fastcgi-mono-server2.exe 2.4.0.0 > > # xsp2 --version > xsp2.exe 2.4.0.0
You probably precompiled your site to be run on a virtual path like "/mysite" and are trying to run it on / instead. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
