4

Is there a way to self host and asp.net mvc site, just like with WCF services?

ryudice
  • 36,476
  • 32
  • 115
  • 163

1 Answers1

0

Use HttpListener to implement a http server and inherit MarshalByRefObject to process asp.net request. Referring to this Self-hosting ASP.NET MVC

Xingxing
  • 580
  • 1
  • 6
  • 17