SF.net SVN: mod-aspdotnet: [178] mod_aspdotnet/trunk/README.txt
Brought to you by:
wrowe
From: <wr...@us...> - 2007-03-02 06:09:35
|
Revision: 178 http://svn.sourceforge.net/mod-aspdotnet/?rev=178&view=rev Author: wrowe Date: 2007-03-01 22:09:29 -0800 (Thu, 01 Mar 2007) Log Message: ----------- Clarify some legacy notes Modified Paths: -------------- mod_aspdotnet/trunk/README.txt Modified: mod_aspdotnet/trunk/README.txt =================================================================== --- mod_aspdotnet/trunk/README.txt 2007-03-02 06:08:45 UTC (rev 177) +++ mod_aspdotnet/trunk/README.txt 2007-03-02 06:09:29 UTC (rev 178) @@ -2,7 +2,7 @@ ----------------------------------- mod_aspdotnet.so and Apache.Web.dll require Windows 2000 or later, they -are not compatible with Windows 98 or Windows ME. +are not maintained to be compatible with Windows 98, ME or NT 4. Build Notes @@ -132,8 +132,8 @@ Consider registering aspnet_isapi.dll keys in the registry. This could occur as part of the installer or module startup. The installer would be a much more efficient method. (This is no longer needed with .NET 1.1 as -it more thoroughly registers itself even in the absense of IIS on the target -machine.) +it more thoroughly registers itself on install, even in the absense of IIS +on the target machine.) Note that the .msi package searches for apache/bin/apache.exe up to 3 levels deep from the local hard drives, in sequence. It aught to test further, as This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |