Is it possible to run an asp.net mvc application myself without using IIS?

I am working in a small asp.net mvc application, so I want to host this application myself without the help of IIS, because I know that IIS is not an easy process.

Thanks in Advance

+3


source to share


1 answer


You can use OWIN standalone application - see Use OWIN for Standalone ASP.NET Web API 2



There is also an IIS Express option if you want something lighter.

+3


source







All Articles