Reputation: 2179
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
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
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
Reputation: 2721
if you really need asp, then i think you're limited to IIS on Windows
Upvotes: 2
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