You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by wr...@apache.org on 2004/11/23 18:48:23 UTC

svn commit: r106319 - /httpd/mod_aspdotnet/trunk/README.txt

Author: wrowe
Date: Tue Nov 23 09:48:22 2004
New Revision: 106319

Modified:
   httpd/mod_aspdotnet/trunk/README.txt
Log:

  Change this to a Warning instead of a blanket statement,
  per Jeff White's observations.


Modified: httpd/mod_aspdotnet/trunk/README.txt
Url: http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/README.txt?view=diff&rev=106319&p1=httpd/mod_aspdotnet/trunk/README.txt&r1=106318&p2=httpd/mod_aspdotnet/trunk/README.txt&r2=106319
==============================================================================
--- httpd/mod_aspdotnet/trunk/README.txt	(original)
+++ httpd/mod_aspdotnet/trunk/README.txt	Tue Nov 23 09:48:22 2004
@@ -74,10 +74,13 @@
   regasm d:\path-to-apache\bin\Apache.Web.dll 
   gacutil /ir Apache.Web.dll FILEPATH d:\path-to-apache\bin\Apache.Web.dll Apache.Web 
 
-This will *NOT* work on an end-user's machine without the .Net SDK.  Those
-tools [regasm/gacutil] aren't installed with the retail .Net-redist install.
-Instead, the .msi installer package, with the details for registering the
-Apache.Web assembly into the Global Assembly Cache, is used for end-users.
+This installs Apache.Web.dll by reference to the built assembly.
+
+This may *NOT* work on an end-user's machine without the .NET Platform SDK.  
+Those tools [regasm/gacutil] were not officially going to be distributed
+with the retail .NET runtime redistributables.  Instead, the .msi installer, 
+has all details for registering the Apache.Web assembly into the Global 
+Assembly Cache, is entrusted to install Apache.Web to the GAC for end-users.
 
 
 TODO