Reputation: 49
I have two machines, one of them it's operating system is windows as a Client and other machine is ubuntu as a Server. I have an asp.net project which I made on visual studio on windows machine so I want to use ubuntu machine as a server for my web application.
Upvotes: 2
Views: 18199
Reputation: 338
IIS is related to microsoft. It can't be run on any linux. Try apache. Their is also no other way that you can Bridge between apache and IIS.
Upvotes: 2