3

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

adiga
  • 34,372
  • 9
  • 61
  • 83
Varadha31590
  • 371
  • 5
  • 20

1 Answers1

3

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.

Stelloy
  • 2,316
  • 1
  • 19
  • 26