Did that, and now I get an error in the browser:
System.Web.HttpException: ---> System.IO.FileNotFoundException: File 'tmp1560635611.dll' not found.
in (unmanaged) /usr/local/stow/mono-cvs2/lib/libmono.so.0(mono_raise_exception+0x20) [0x403c0baa]
in (unmanaged) /usr/local/stow/mono-cvs2/lib/libmono.so.0 [0x403dc4a2]
in <0x00101> 00 System.Web.Compilation.GlobalAsaxCompiler:GetCompiledType ()
in <0x000e6> 00 System.Web.Compilation.GlobalAsaxCompiler:CompileApplicationType (string,System.Web.HttpContext)
in <0x0002c> 00 System.Web.HttpApplicationFactory:CompileApp (System.Web.HttpContext)
in <0x00048> 00 System.Web.HttpApplicationFactory:InitializeFactory (System.Web.HttpContext)
in <0x00070> 00 System.Web.HttpApplicationFactory:GetInstance (System.Web.HttpContext)
in <0x00154> 00 System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest)
--- End of inner exception stack trace ---
Reloading the page says:
System.Web.HttpException: ---> System.ApplicationException: Error compiling application file (global.asax).
in <0x0007c> 00 System.Web.HttpApplicationFactory:CompileApp (System.Web.HttpContext)
in <0x00048> 00 System.Web.HttpApplicationFactory:InitializeFactory (System.Web.HttpContext)
in <0x00070> 00 System.Web.HttpApplicationFactory:GetInstance (System.Web.HttpContext)
in <0x00154> 00 System.Web.HttpRuntime:InternalExecuteRequest (System.Web.HttpWorkerRequest)
--- End of inner exception stack trace ---
I am applying the mod_mono directives on my existing httpd2.conf. Do I have to create a config from scratch for mod_mono to work?
Sorry if I'm overlooking something really obvious, but I haven't found anything in the list archives that could help me out.
Regards
-fawad
Daniel Lopez wrote:
Hi,
To build ModMono.dll, cd into the mod_mono/src directory
and type
make -f makedll.mak
You can get details in the INSTALL file
Then you need to put it where the rest of Mono dlls are
Cheers
DAniel
<SNIP/>
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
