Jump to content

Troubleshoot mod_aspdotnet installation


ethereal1m
Go to solution Solved by 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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.