ASP and .Net Applications on Linux

Discussion in 'General' started by linuxuser1, Jan 19, 2006.

  1. linuxuser1

    linuxuser1 New Member

    I have two applications -one was developed in Microsoft ASP and the other in ASP.net 1.1. Both use MS SQL 2000 as the database. They both use stored procedures and views.


    I have Debian server with ISPconfig installed on it. The Debian was installed as per the Perfect Setup and ISPConfig was also installed using the manual. Nothing else has been installed.

    Does anyone have any idea of how I can get both applications to work on Linux. It is important that I keep the database if possible the MS Sql 2000.

    Thanks for your assistance.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to install mono http://www.go-mono.com to run ASP.NET aplications on Linux. MS SQL does not run on linux at all, so you will have to keep your database server on a windows machine and configure your ASP.NET applications to connect to it remotely over the network.
     

Share This Page