Is it possible to self-host the asp.net mvc application without the use of IIS?

1.7k Views Asked by At

I am working in a small asp.net mvc application , so i want to self host this application without the help of IIS because i know IIS is not a light weight process.

Thanks in Advance

1

There are 1 best solutions below

0
On BEST ANSWER

You could consider using an OWIN self hosted application - see Use OWIN to Self-Host ASP.NET Web API 2

There's also the option of IIS Express if you want something more lightweight.