SF.net SVN: mod-aspdotnet: [187] mod_aspdotnet/trunk
Brought to you by:
wrowe
From: <wr...@us...> - 2007-04-05 04:27:41
|
Revision: 187 http://svn.sourceforge.net/mod-aspdotnet/?rev=187&view=rev Author: wrowe Date: 2007-04-04 21:27:39 -0700 (Wed, 04 Apr 2007) Log Message: ----------- Move README.html to docs/index.html Added Paths: ----------- mod_aspdotnet/trunk/docs/index.html Removed Paths: ------------- mod_aspdotnet/trunk/dist/ Copied: mod_aspdotnet/trunk/docs/index.html (from rev 176, mod_aspdotnet/trunk/dist/README.html) =================================================================== --- mod_aspdotnet/trunk/docs/index.html (rev 0) +++ mod_aspdotnet/trunk/docs/index.html 2007-04-05 04:27:39 UTC (rev 187) @@ -0,0 +1,35 @@ +<h2><a name="mirrors">Download from your + <a href="http://www.apache.org/dyn/closer.cgi/httpd/mod_aspdotnet/" + >nearest mirror site!</a></a></h2> + +<p>Do not download from www.apache.org. Please use a mirror site + to help us save apache.org bandwidth. + <a href="http://www.apache.org/dyn/closer.cgi/httpd/mod_aspdotnet/">Go + here to find your nearest mirror.</a></p> + +<h2><a name="READ">Read This First</a></h2> + +<p>mod_aspdotnet is a module from the +<a href="http://httpd.apache.org/cli/">cli subproject</a> for the Apache +HTTP Server 2.0.44 or later running on Windows NT Service Pack 6 or later +(including 2000, 2003, and XP) with the .NET Framework 1.1 (or 1.0). +It is not known to work on non-Windows platforms, with earlier versions +of Apache, or 2.0 and later versions of the .NET framework. Consult the +project's pages for more details.</p> + +<p>mod_aspdotnet is available as an .msi for you to get running out of +the box. Simply ensure you have installed Apache HTTP Server 2.0 first, +and the Microsoft .NET Framework, before you attempt to install it.</p> + +<p>The -src.zip files contain the sources of this module. It is not +trivial to build and run without a bit of understanding, it is much +easier for most users to simply install the .msi. Note that at present, +it can only be built under Microsoft Visual Studio .NET, and not the later +2003 or (preview) 2005 Studio products, due to major changes in the way +that C++.NET files are parsed. If you want to proceed to build your own, +please be our guest, you are well on your way to helping contribute to the +httpd-cli subproject!</p> + +<p>We have an <a href="http://httpd.apache.org/cli/introduction" +>introduction</a> to help you get started using this module.</p> + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |