Re: GAC Alternative
Brought to you by:
wrowe
From: William A. R. Jr. <wr...@ro...> - 2009-08-20 21:24:07
|
Todd Hicks wrote: > Can mod_aspnet be made to work with Apache.Web.dll somewhere other than in > the GAC (e.g. in Apache's /bin instead)? If I have to make a custom build > that's fine, I'm just looking for a little push in the right direction. Feel free to experiment. It is (in fact it must be) loaded within bin/ because it has to resolve libapr-1.dll etc, as I recall. But I don't have the install in front of me. But during the build, mod_aspdotnet.dll is brought into the GAC long enough to ensure the types are exported. That may also be the installer pattern. That's a throwback to early .NET and the overall situation may have improved. |