On Thu, Jul 20, 2006 at 01:09:19PM +0200, Trent Nelson wrote: > 1. Download and install latest Win32 2.2.2 Apache binary.
o.k., well that's a bad start, but I can handle building an Apache binary :-) > 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? > 3. Unzip somewhere, e.g. c:\dotnetcharting. > > 4. Edit httdp.conf and add the following: > > # ASP.NET Configuration > LoadModule aspdotnet_module modules/mod_aspdotnet.so How did you compile it? > AddHandler asp.net asax ascx ashx asmx aspx aspxauth axd config cs > csproj \ > licx rem resources resx soap vb vbproj vsdisco > webinfo > > <IfModule mod_aspdotnet.cpp> > > AspNetVersion v1.1.4322 > > AspNetMount /dotnetcharting "C:/dotnetcharting" > > Alias /dotnetcharting "C:/dotnetcharting" > > <Directory "C:/dotnetcharting"> > Options FollowSymlinks ExecCGI > Order allow,deny > Allow from all > DirectoryIndex Default.htm Default.aspx > </Directory> > > # For all virtual ASP.NET webs, we need the aspnet_client files > # to serve the client-side helper scripts. > AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) \ > "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" > <Directory \ > "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"> > Options FollowSymlinks > Order allow,deny > Allow from all > </Directory> > > </IfModule> > > 5. Restart httpd and visit http://localhost/dotnetcharting. Cool :) -- Colm MacCárthaigh Public Key: [EMAIL PROTECTED]