I am trying to work with mod_mono and ASP.NET 2.0 under Linux, with precompiled C# code. In particular I want to make sure I understand what is going on. Currently I clearly don't. Can someone explain where the various stages are being cached?
I started with the "populate-on-demand" test in the xsp package. I can run it under mod_mono and it works as expected. So I compiled the populate.cs file into populate.dll and placed that in the bin directory and removed the cs file, so that I was sure that it was the dll being used. That seemed to work. So I then removed the dll to proved the point. It continued to work. I'm confused. Where is it getting the code from? I've tried restarting the mono server, restarting the Apache, clearing out dubious looking stuff from the GAC, ... but it still works when I was expecting it to fail. Can someone explain where the various copies of the populate.cs/dll reside? -- Bill Medland mailto:[EMAIL PROTECTED] http://webhome.idirect.com/~kbmed _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
