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,045
Replies
17
Views
8,504
Replies
8
Views
5,357
Replies
7
Views
3,522
Latest threads
Replies
1
Views
109
Replies
1
Views
133
Replies
1
Views
248
Replies
0
Views
257
Replies
0
Views
268
Recommended threads
Replies
7
Views
3,522
Replies
8
Views
4,901
Replies
4
Views
5,028
Similar 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