可以在没有 IIS 的情况下使用 ASPNET MVC2 吗?
我知道 ServiceHost 类,它允许我为 WCF 服务编写自定义主机。这意味着不需要 IIS。 (我也知道使用 IIS 的所有优点 - 无需为我重复这些优点。)。
有没有类似的东西可以让我在没有 IIS 的情况下托管 ASPNET MVC2?相反,IIS 是 ASPNET MVC2 的硬性要求吗?
有人用过UltlDev Cassini吗?如果用过,您的体验如何? 它会运行 ASPNET MVC2 吗?
(我使用的是.NET 3.5)
I know of the ServiceHost class, that lets me write a custom host for a WCF service. This means there's no requirement for IIS. (I also know all the advantages of using IIS - no need to rehash those for me.).
Is there something similar to allow me to host ASPNET MVC2, without IIS? Conversely, Is IIS a hard requirement for ASPNET MVC2?
Has anyone used UltlDev Cassini, and if so, what are your experiences?
Will it run ASPNET MVC2?
(I am using .NET 3.5)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Cassini、Mono、IIS 上运行它,或者在您自己的应用程序中托管整个 asp.net 运行时。 (其实很简单)
You can run it on Cassini, Mono, IIS or host the whole asp.net runtime in your own application. (Actually pretty easy)