Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I client of mine needs IIS with .NET for his project. I want to make this on Linux machine, but how to emulate it without virtual machine? What is so specific in IIS that can`t be found in Debian?

share|improve this question

1 Answer

up vote 4 down vote accepted

Um, it's called .NET. That's a Microsoft technology, included in IIS. That's what can't be found in Debian. It's possible that your application could run under Mono as-is or with minor re-writes. But even simple things like the path delimiter are different between the operating systems.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.