Is there a way to self host and asp.net mvc site, just like with WCF services?
Asked
Active
Viewed 663 times
1 Answers
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