Re: Asp.Net In Unix Server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"danlegion" <danlegion@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:05F950E3-85A7-4F7A-96E0-8DB293FE7EA5@xxxxxxxxxxxxxxxx
> 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

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.


.



Relevant Pages

  • Re: Reporting tools
    ... the full framework running on Linux... ... I don't know how successful Mono can be in running Windows ... Does that mean that it runs in a .NET thick client? ...
    (comp.databases.pick)
  • Re: Herausfinden ob Workstation oder Server,...
    ... Die kann das .NET Framework dann potentiell nicht ... auch um eine sehr Windows spezifsiche Implementierung handelt. ... Forms sollen auf Mono also auch im Mono Stil und ... nicht im Windows Stil gezeichnet werden. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Framework with Unix
    ... We are writing an application for windows right now. ... usable as is in Windows's .NET framework. ... You can take a .NET exe and run it on Mono ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Framework with Unix
    ... We are writing an application for windows right now. ... That's a broad subject and AFAIK, this is being done by Mono in Unix, ... usable as is in Windows's .NET framework. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Asp.Net In Unix Server
    ... > Hi Sean, ... > I've checked out Mono.. ... > Framework in the unix server with mono? ... > we do in asp.net are from the .net framework ...
    (microsoft.public.dotnet.general)