2

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?

4

2 回答 2

1

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.

于 2010-03-15T13:48:45.220 回答
0

我工作的公司 (Comet Way) 有一个名为 Neokernel Web Server ( http://www.neokernel.com ) 的产品,它是 C# 的商业产品,可让您在其中嵌入 SSL 安全、可扩展的 ASP.NET Web 服务器你的申请。这是一个商业产品,但有免费的评估许可证可用。

于 2010-04-21T17:35:16.870 回答