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
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
Copyright © 2021 Jogjafile Inc.
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.