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,134
Replies
17
Views
8,609
Replies
8
Views
5,438
Replies
7
Views
3,542
Latest threads
Replies
2
Views
136
Replies
1
Views
188
Replies
2
Views
232
Replies
1
Views
296
Recommended threads
Replies
3
Views
2,499
Replies
6
Views
4,976
UVM
Replies
1
Views
2,729
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