self hosting asp.net mvc

前端 未结 3 415
灰色年华
灰色年华 2020-11-28 06:22

Is it possible to self host asp.net mvc inside another application ie. console, windows forms, service etc etc.

I\'d like to build an app that offers a web interface

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 07:20

    Please have a look at http://cassinidev.codeplex.com/ It has many advantages for example

    • No need IIS 7 on client machine
    • Support MVC (I have tested myself)
    • Work well with Windows Form and Web Browser Control for packaging as Windows App
    • Cross Win OS platform ( Windows XP, Vista, 7) I have test XP with .NET 4 installed

    Hope this helps.

提交回复
热议问题