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
6,790
Replies
17
Views
8,283
Replies
8
Views
5,208
Replies
7
Views
3,492
Latest threads
Replies
2
Views
114
Replies
1
Views
187
Replies
6
Views
418
Replies
11
Views
544
Replies
2
Views
238
Similar threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top