Groups | Blog | Home
all groups > dotnet general > may 2005 >

dotnet general : Asp.Net In Unix Server


danlegion
5/16/2005 8:37:02 PM
Hi everyone...

Recently i've been looking around in the internet to look for some emulator
or what so ever so that i can deploy my asp.net application in Unix server...
Sean Hederman
5/17/2005 12:00:00 AM
[quoted text, click to view]

Have a look at mono: http://www.mono-project.com,
http://www.mono-project.com/ASP.NET

Sean Hederman
5/17/2005 12:00:00 AM
[quoted text, click to view]

Mono is an implementation of the CLR, just as .NET is the Microsoft
implementation of the CLR. Now .NET is Windows-only, whereas Mono is
cross-platform. There are times and areas where Mono may lag behind .NET,
but it looks like they're doing a pretty good job of keeping up.

I'd say your best bet would be to install Mono on a Windows machine (without
..NET installed), and get the code working there. Once that's going, port it
to Unix. Hopefully it won't need many changes, and try to make sure that all
the changes you perform will also work on the Windows implementation.

danlegion
5/17/2005 10:15:57 AM
Hi Sean,
I've checked out Mono.. but i'm still wondering do we need the .Net
Framework in the unix server with mono? Cause i understand most of the stuff
we do in asp.net are from the .net framework

[quoted text, click to view]
danlegion
5/17/2005 11:08:05 AM
Thanks for the advice.. will keep that in mind..

Cheers

[quoted text, click to view]
AddThis Social Bookmark Button