ethereal1m Posted February 13, 2014 Share Posted February 13, 2014 Dear all,I'm installing mod_aspdotnet on Apache, but for some reason, it doesn't run. I have mod_aspdotnet 2.2.0.2006. I try to run it on WAMP 2.4, Apache 2.4.4, and .Net version 4 (including the previous versions).I put the aspdotnet config in separate file in httpd.conf Include conf/extra/httpd-aspdotnet.conf in httpd-aspdotnet.conf: # Load asp.net module LoadModule aspdotnet_module "modules/mod_aspdotnet.so" # AspNetVersion v4.0.30319 # Set asp.net extensions AddHandler asp.net asp asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo # Mount the asp.net /ASP application AspNetMount /ASP "D:/wamp/www/ASP" # Map all requests for /ASP to the application files Alias /ASP "D:/wamp/www/ASP" # Set asp.net options Options Indexes FollowSymLinks Includes +ExecCGI # Set asp.net permissions Order allow,deny Allow from all # Set asp.net default index page DirectoryIndex index.aspx index.htm # Set aspnet_client files AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4" # Allow asp.net scripts to be executed in the temp folder Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles" Apache won't up so that it doesn't spew log on apache_error.log.Anybody has an idea how to troubleshoot this?regards,ethereal1m Link to comment https://forums.phpfreaks.com/topic/286155-troubleshoot-mod_aspdotnet-installation/ Share on other sites More sharing options...
ethereal1m Posted February 14, 2014 Author Share Posted February 14, 2014 I got it, the mod doesn't work with Apache 2.4, instead it works only with 2.2 Link to comment https://forums.phpfreaks.com/topic/286155-troubleshoot-mod_aspdotnet-installation/#findComment-1468843 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.