Asp.net on Linux

dcb1101

New member
Joined
May 30, 2015
Messages
20
Points
0
Is there any good way to run asp.net site on a Linux server?
 

lorettalschmitz

New member
Joined
Apr 29, 2015
Messages
31
Points
0
It depends what specific .NET technologies you're using. The Mono Project provides an Apache module (mod_mono) for running ASP.NET sites, and from what I gather it works well.

Mono doesn't support all the .NET APIs, though - notably WPF (and possibly WCF too, I can't remember) - but it does provide good support for much else of the framework.

If you're starting from scratch and particularly want to target non-Windows servers, then ensuring your project works with Mono would be a good goal to aim for. However, if you need particular APIs or language features that are not supported by Mono, then you will need to use a Windows server for deployment. It's a design-time/architectural choice that should make up front.
 
Older threads
Replies
8
Views
7,819
Replies
17
Views
9,250
Replies
8
Views
5,883
Replies
7
Views
3,843
Latest threads
Replies
0
Views
25
Replies
0
Views
29
Replies
1
Views
38
Replies
3
Views
94
Recommended threads
Similar threads
Top