Jump to content

Troubleshoot mod_aspdotnet installation


ethereal1m

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.