I downloaded the old version - Version 2.00 off sourceforge, the install went well, all my php scripts run properly, but getting mod_aspdotnet to run is a real pain.
I get this error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.6 (Win32) PHP/5.2.5 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_aspdotnet/2.2 Server at 127.0.0.1 Port 80
I checked my error logs, and this came up:
[Sat Mar 28 23:41:20 2009] [error] [client 127.0.0.1] mod_aspdotnet: No AspNetMount URI for request: <snipped>
However, I'd mounted Apache::ASP to C:/www/vhosts/ so why did this error happen?
mod_aspdotnet is included in httpd.conf so it shouldn't have these errors...