Author: wrowe
Date: Sun Jan  2 23:07:00 2005
New Revision: 123949

URL: http://svn.apache.org/viewcvs?view=rev&rev=123949
Log:

  Examples of AspNetVersion
Modified:
   httpd/mod_aspdotnet/trunk/aspnet.conf

Modified: httpd/mod_aspdotnet/trunk/aspnet.conf
Url: 
http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/aspnet.conf?view=diff&rev=123949&p1=httpd/mod_aspdotnet/trunk/aspnet.conf&r1=123948&p2=httpd/mod_aspdotnet/trunk/aspnet.conf&r2=123949
==============================================================================
--- httpd/mod_aspdotnet/trunk/aspnet.conf       (original)
+++ httpd/mod_aspdotnet/trunk/aspnet.conf       Sun Jan  2 23:07:00 2005
@@ -5,6 +5,16 @@
 LoadModule aspdotnet_module "modules/mod_aspdotnet.so"
 
 <IfModule mod_aspdotnet.cpp>
+  
+  # A specific version of the .NET Common Language Runtime may be forced
+  # with the AspNetVersion directive; uncomment one of the lines below
+  # for the v1.0 or v1.1 general release versions, and refer to the
+  # C:/WINDOWS/Microsoft.NET/Framework directory for installed versions.
+  # The default is the most recent installed .NET CLR version.
+  #
+  #AspNetVersion v1.0.3705
+  #AspNetVersion v1.1.4322
+
   # Appear consistent with other ASP.NET hosts to the client.
   # This is optional, unaware of client applications expecting it.
   #

Reply via email to