On Tue, 2009-05-12 at 08:19 -0700, willisterman wrote: [...] > Robert Jordan wrote: > > > >> Also, on a seperate note, I need to place the Mono.Webserver2.dll in the > >> bin > >> folder of any website used by the app, or it will not load that website, > >> complaining about missing the dll. > > > > This is by design of ASP.NET. Only unmanaged ASP.NET hosts can > > circumvent this limitation. Maybe a MS.NET 2.0 AppDomain Manager > > might help, too, but this is beyond Mono.WebServer2 scope. > > > > > > Thats fine, I'm happy to include the DLL, and when running on Mono I dont > need to, its just on ASP.NET. I was more wondering if I was missing an > option anywhere.
Either that or install Mono.Webserver2.dll in the GAC. That's the only way for the ASP.NET application domain(s) to be able to find the assembly. -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
