Kubi
Kubi

Reputation: 2179

Which Web Server To Setup In University Project Center

We want to setup and configure a web server for our project center in our university and we want to supply a web server for student web applications based on Php, Python and also Asp.Net.

Is there anyway to supply a server for all these 3 different platforms ?

Thanks in advance,

Upvotes: 0

Views: 167

Answers (4)

PatrickJ
PatrickJ

Reputation: 1093

You could actually use Apache and mod_mono to serve up ASP.NET applications with Mono, although I've never used this approach myself.

Upvotes: 0

antik
antik

Reputation: 5330

IIS (ie. a Windows server) can run all 3.

ASP.NET can't be run on anything but Windows, to my knowledge, so that's your limiting factor.

Upvotes: 1

rytis
rytis

Reputation: 2721

if you really need asp, then i think you're limited to IIS on Windows

Upvotes: 2

Mitchel Sellers
Mitchel Sellers

Reputation: 63136

Yes, you can, I would look at setting up a Windows Server, then look at a control panel such as "Plesk" to help you with management/configuration.

Upvotes: 0

Related Questions