>Author: wrowe
>Date: Thu Oct  7 07:34:55 2004
>New Revision: 53980
>
>Modified:
>   incubator/httpd/cli/trunk/mod_aspdotnet/README
>Log:
>
>  Axe a stale envvar - it's simply APACHE_PATH
>
>Modified: incubator/httpd/cli/trunk/mod_aspdotnet/README
>==============================================================================
>--- incubator/httpd/cli/trunk/mod_aspdotnet/README      (original)
>+++ incubator/httpd/cli/trunk/mod_aspdotnet/README      Thu Oct  7 07:34:55 
>2004
>@@ -31,6 +31,20 @@
> dll's in the Serverroot/bin directory.
> 
> 
>+Alternate Build Notes
>+---------------------
>+
>+You may build the module with the free Microsoft Visual C++ Toolkit and 
>+the .NET Framework, instead of the full Developer Studio.  However, it's
>+not possible to create the full installer with this method, and some
>+registration by-hand is required.
>+
>+
>+
>+
>+
>+
>+
> Deployment Notes
> ----------------
> 
>@@ -43,8 +57,8 @@
> the Global Assembly Cache in order to instantiate it's host container.
> 
> The Debug build will do so automatically, copying mod_aspdotnet.so + .pdb
>-into the $(APACHE_TMPINSTALL_WINNT)\modules directory, for testing.
>-Apache.Web.dll + .pdb files are copied into $(APACHE_TMPINSTALL_WINNT)\bin
>+into the $(APACHE_PATH)\modules directory, for testing.
>+Apache.Web.dll + .pdb files are copied into $(APACHE_PATH)\bin
> so that it can discover libapr.dll, libaprutil.dll and libhttpd.dll when
> running in the System.Web.Hosting's AppDomain.  Apache.Web.dll is then 
> registered and installed into the Global Assembly Cache by the Debug build's


Reply via email to