ASP website

Discussion in 'Installation/Configuration' started by rchood, Mar 11, 2010.

  1. rchood

    rchood New Member

    Hello,

    I have a question about .asp websites.
    I want to host a .asp website but it doens't work. The code is displayed in plain text.
    I use Debian Lenny with the ISPconfig3.
    The machine is installed with the help of this howto:
    http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3

    What do i need to do before i can host .asp websites?

    Greetz Rchood
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    .asp pages are pages for windows webservers and not Linux Servers. There is a tool called apache asp to run them (at least partially) on linux, but I dont have any experience how complete this solution is. See

    http://www.apache-asp.org/
     
  3. Doug G

    Doug G Member HowtoForge Supporter

    apache::asp doesn't provide vbscript, which makes it useless for about 98% of the asp code in existence. Sun used to have an asp emulator for linux that worked pretty well, I know that Snitz forums (an asp-based forum) ran on the sun one emulation.

    Your best bet if you need to offer asp is to use a windows server.
     
  4. rchood

    rchood New Member

    Thanks for the comments.
     

Share This Page