是否可以在 Cassini 服务器上运行 ASP.NET MVC 应用程序?
是否可以在 UltiDev Cassini Web 服务器上运行 ASP.NET MVC 应用程序?
如果是这样..在构建这个应用程序时,我需要记住什么缺点/事情吗?
Is it possible to run ASP.NET MVC application on UltiDev Cassini webserver?
If so.. are there any drawbacks / things that I need to have in mind when building this app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。是的,你可以。这是我用于 Web 开发的工具,因为我的操作系统是 Windows XP Pro,而 IIS 5.1 仅限于该许可证上的单个站点。
当我使用 Ultidev 时,我会关闭 IIS,因为我的主网站使用端口 80。
当我需要调试时,我选择“附加到进程”(Control + Alt + P),然后选择
Ultidev.exe
。但 Cassini 存在一些常见的限制,例如没有 HTTPS,最大并发用户数为 10(据我所知)。但它显然不适合作为生产服务器。 :)
如果您想将其作为生产环境运行,那么您应该考虑花钱购买服务器许可证并使用 IIS。
Yes. Yes you can. This is what I use for web development, as my OS is Windows XP Pro, and IIS 5.1 is limited to a single site on this licence.
When I use Ultidev, I turn IIS off, because I use port 80 for my main website.
When I need to debug, I select "Attach to process" (Control + Alt + P), and choose
Ultidev.exe
.There are the usual limitations though that exist with Cassini, such as no HTTPS and the max number of concurrent users is ten (AFAIK). But then, it's obviously not meant to be a production server. :)
If you are wanting to run this as a production environment, then you should look at ponying up the cash for a server licence and use IIS.
我工作的公司(Comet Way)有一款名为 Neokernel Web Server 的产品,(http://www.neokernel.com< /a>),它是 C# 的商业产品,可让您在应用程序中嵌入 SSL 保护的、可扩展的 ASP.NET Web 服务器。它是一个商业产品,但提供免费评估许可证。
The company I work for (Comet Way) has a product called Neokernel Web Server, (http://www.neokernel.com) which is a commercial product for C# that lets you embed an SSL secured, scalable ASP.NET web server in your application. It's a commercial product but a free evaluation license is available.