Results 1 to 2 of 2

Thread: Is it possible to run ASP under LINUX

  1. #1
    Join Date
    May 2008
    Beans
    1

    Question Is it possible to run ASP under LINUX

    To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.

  2. #2
    Join Date
    Apr 2008
    Location
    Phoenix, AZ
    Beans
    1,393
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Is it possible to run ASP under LINUX

    PHP and ASP are 2 completely different things on the backend. Renaming a php file does not make it asp. Why even bother to rename it? If php has the functionality you desire, then treat it strictly as php.

    If you actually want to run ASP under linux. Take a look here: http://www.sun.com/software/chilisoft/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •