Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enable asp extension on cPanel server  (Read 2819 times)

0 Members and 1 Guest are viewing this topic.

vinayakk

  • Guest
Enable asp extension on cPanel server
« on: February 08, 2014, 06:15:39 am »
If you want to allow .asp extension files n a cpanel server, you need to check the following things.

1, Make sure that the apache module mod_mono is enabled in the server. You can enable it via easyapache. In non-panel linux servers. you need to enable it manually using source.

2, Make sure that the perl module apache:asp is installed. You can do it using the following steps.

perl -MCPAN -e shell
cpan> install Bundle::Apache::ASP
If you want to install/add additional functionality to the exising “Apache::ASP” installation then you can do that by running the below command
cpan> install Bundle::Apache::ASP::Extra

You can also install this from whm >>install a pel module section

3, At last you may need to add .asp to the add handler mentioned in your php.conf. You can also use htaccess file for this.

 :)