
wrowe at rowe-clan
Jul 20, 2006, 11:39 AM
Post #29 of 30
(1689 views)
Permalink
|
|
Re: [TALLY] Release mod_aspdotnet build 2004?
[In reply to]
|
|
Colm MacCarthaigh wrote: > On Thu, Jul 20, 2006 at 01:09:19PM +0200, Trent Nelson wrote: > >> 2. Download .netCHARTING 4.0 evaluation version for .NET 1.1 from >> http://www.dotnetcharting.com/download.aspx. > > They want my email address, so that's a non-starter. Are there any other > ASP applications, liberally licensed, that would serve as a good test? Assuming you have Windows, you have no trouble obtaining one of the .NET SDK's (not the "Windows Platform SDK", but the ".NET SDK" with C#, VB.NET, samples, etc etc) - you will find two trees in that install; QuickStart\, and Samples\. You can make either of those an Alias + AspNetMount, enable AspNet Files in the appropriate <directory >, and run either the MakeAll.bat file or just nmake the makefile in the sample/quickstart directory you want to take for a spin. If you install VisualStudio .NET (2002) or later - you probably already installed the .NET SDK as part of that installation... so it comes free. >> 4. Edit httdp.conf and add the following: >> >> # ASP.NET Configuration >> LoadModule aspdotnet_module modules/mod_aspdotnet.so > > How did you compile it? This user likely didn't. Most users likely won't. To compile it, install the original VisualStudio .NET (at least the C/C++ and .NET components of the product) and simply follow the instructions in the tarball's README. Now - I realize it's almost absurd to ask people to go back to the original .NET version of VisualStudio (2002) but you have to recognize that Microsoft substantially redesigned *the language C++.NET* between 2002 and 2003, and started virtually from scratch between 2003 and 2005 Visual Studio. If this project had the wherewithal to oversee mod_aspdotnet, the next step of it's evolution was clearly identified as migrating to 2005. There is the 'light' version available of C++.NET. But it's not a trivial migration, and not worth my time or effort if the module's not hanging around (hell - I wasted too many cycles on preparing to release build 2004 and updating all of the documentation contexts as well to integrate it better into the httpd project). So, this was my basis for a 'last call' on the VisualStudio .NET 2002 flavor, with every major problem for the VS .NET/2002 builds resolved. So do what every project asks you to do, read the README in the .zip ball :) Note that it's out of date in one respect; installer (now compiled from the InstallShield 11.5 flavor) can no longer integrate into the build schema. You would get more out of reading the 'deployment notes' section of; http://svn.apache.org/repos/asf/httpd/mod_aspdotnet/trunk/README.txt Since README is out-of-date with respect to "installer"; I'll whack that note. Bill
|