zoukankan      html  css  js  c++  java
  • UltiDev Cassini Web Server介绍

    What is UltiDev Cassini Web Server?

    UltiDev Cassini is a free, light-weight and  redistributable web server  that can host  ASP.NET 3.5, 3.0, 2.0 and 1.1  applications and static HTML sites. Whenever your customers need an alternative to IIS — UltiDev Cassini web server is the answer. UltiDev Cassini was built using Microsoft Cassini web server sample as a base, but was vastly improved and expanded compared to original Cassini sample by adding lots of new features and fixing existing bugs. UltiDev Cassini runs on all flavors of Windows XP including Windows XP Home, Windows Vista, Windows 2000 and Windows 2003 Server.

    UltiDev LLC created its version of Cassini web server specifically for ASP.NET developers who want to  create easily installable ASP.NET applications that do not require IIS .

    By far the most important feature of UltiDev Cassini Web Server is ability for Visual Studio developers to include this very compact, yet very powerful ASP.NET web server into their applications' setup packages
    in just a matter of minutes.

    UltiDev Cassini Web Server fully supports all ASP.NET features and is capable of running applications as complex as DotNetNuke, as long as applications are not dependent on features specific to IIS, like IIS server variables.
     

    How UltiDev Cassini is different from MS Cassini web server sample?

    Here are features present in UltiDev Cassini, but not in the original MS Cassini:

    • Comes ready for distribution with Visual Studio ASP.NET applications.
    • Runs as a windows service;
    • Hosts and runs multiple ASP.NET applications;
    • Provides management UI and simple API for configuring web applications;
    • Comes in two flavors: 2.0 version for ASP.NET 3.5, 3.0 and 2.0 applications, and 1.1 for applications compiled for ASP.NET 1.1.

    UltiDev Cassini Web Server for Visual Studio Developers

    For developers our version of Cassini provides not only ready-for-distribution setup components, bust also code-free registration of applications with the server, debugging capabilities, and Cassini Developer's Guide with detailed instructions on how to use Cassini for development and distribution of ASP.NET applications.

    Cassini 1.1 requires .NET Framework 1.1 and supports ASP.NET 1.1 applications. Cassini 2.0 requires .NET Framework 2.0 or 3.x and supports ASP.NET applications developed for all .NET Framework versions. Cassini 1.1 and 2.0 can work side-by-side.

    Please refer to the Release Notes document to find out what's new in the latest version of UltiDev Cassini. For more details about integrating your ASP.NET applications with UltiDev Cassini, please visit our online Support Forum.

    Download UltiDev Cassini Web Server today and start developing that killer web application for home servers or office desktops you've been thinking about!

    Security Considerations

    UltiDev recommends running UltiDev Cassini Web Server as an Intranet (inside-the-LAN) web server. Exposing UltiDev Cassini to Internet may be unsafe without using of HttpVPN due to the fact that UltiDev Cassini windows service is running under the powerful Local System (NT AUTHORITY\SYSTEM) account. Compromising applications running under Cassini may give an attacker complete control over the system.

    官方网站:http://ultidev.com/products/cassini/

  • 相关阅读:
    【华为云技术分享】使用keil5打开GD32F450i的MDK项目出现的问题以及J-Link无法烧录程序对应的解决方案
    【华为云技术分享】不为人知的稠密特征加入CTR预估模型的方法
    205. 判断两个字符串的模式是否相同 Isomorphic Strings
    541. 反转字符串2 Reverse String II
    插入排序,二分查找插入排序,使用二叉树的插入排序
    二分查找,求mid值的类型溢出问题
    二叉搜索树类的C#实现
    二叉搜索树,删除节点
    二叉搜索树的前驱节点和后继节点
    438. 匹配字符串(顺序不同但个数相同的字符串) Find All Anagrams in a String
  • 原文地址:https://www.cnblogs.com/wuhenke/p/1783307.html
Copyright © 2011-2022 走看看