PDA

View Full Version : Run asp and .net on Ubuntu Guide



warcriminal
June 11th, 2007, 09:26 PM
Here is a tutorial with screenshots on how to get asp and .net applications running on your ubuntu install.

http://www.goitexpert.com/entry.cfm?entry=Run-ASP-and-NET-in-UBUNTU--and-Debian-LINUX

cunawarit
June 11th, 2007, 11:41 PM
Cool :)

XSP is a neat little asp.net server that simply just works, very useful for development. It is the open source equivalent of Microsoft's "ASP.NET Development Server" that comes with Visual Studio 2005.

I have never used it, but you can host asp.net apps in Apache with mod_mono...

As for MonoDevelop, you can do ASP.NET (Why not ASP.MONO?) projects on it now too, I personally think Visual Web Developer 2005 Express is a better bet if you have a Windows machine and need a gratis IDE. But there's no denying that MonoDevelop is impresively capable considering it is only on version 0.13.1. I can't wait till version 1!!!

RipHamilton
March 21st, 2008, 08:28 AM
Hi,
Ive been reading some comments in this forum and somewhere else, but Ive figured out that too many people make the confusion between ASP and ASP.NET. An ASP file has ".asp" as extension, but an ASP.NET file has ".aspx" as extension, just to name one difference. Im trying to create some ASP Web pages using SXP/XSP2, but it doesnt work. Though, it works perfectly with ASPX files. Please, let me know whether there is any way to work with ASP files on Ubuntu. Thanks in advance.

Kind Regards,

psylo
March 21st, 2008, 12:00 PM
definitely been having some problems getting mod_mono to run with apache - though XSP works fine on its own.

RipHamilton > Use ChilliASP under Apache and you can run most of the standard ASP stuff.

Cheers
AndrewF

roan_br
April 25th, 2008, 09:06 PM
ChilliSoft works under Ubuntu?

clasificado
April 26th, 2008, 03:55 AM
ChilliSoft works under Ubuntu?

Well... yes.

But classic Asp programmers relies a lot of Activex and compiled COM dlls and, afaik, Chillisoft version desnt support activex.

clasificado

martinopresnik
August 1st, 2011, 05:41 PM
I had a lot problems with this & all i did wrong was that I didn't know how to use XSP (stupid me). All you have to do after installation is Change Directory where you have .aspx app and enter xsp2/xsp command.