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
8,018
Replies
17
Views
9,440
Replies
8
Views
6,003
Replies
7
Views
3,978
Latest threads
Replies
3
Views
87
Replies
3
Views
112
Replies
6
Views
181
Replies
0
Views
158
Replies
0
Views
62
Recommended threads
Replies
3
Views
2,831
Replies
4
Views
5,102
Replies
7
Views
2,977
Replies
1
Views
12,717
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