UWS 2.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package UWS --version 2.0.15
NuGet\Install-Package UWS -Version 2.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UWS" Version="2.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UWS --version 2.0.15
#r "nuget: UWS, 2.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UWS as a Cake Addin
#addin nuget:?package=UWS&version=2.0.15

// Install UWS as a Cake Tool
#tool nuget:?package=UWS&version=2.0.15

UltiDev Web Server Pro (UWS), also known as UltiDev Cassini Pro, is an an advanced,redistributable web server for Windows that can be use as a regular web server to host web sites and ASP.NET applications, or packaged with your ASP.NET web application and installed on your customers' systems along with your web app or site, free of charge. Unlike Cassini or WebDev web servers, UWS is not a toy - UWS is a real deal.
If you have been using UltiDev Cassini, Miscrosoft Cassini, Microsoft WebDev, IIS Express or even IIS, it's time to make your life a whole lot easier and get UltiDev Web Server Pro.
What's There
- Support of ASP.NET 4, 3.x, 2.0 and 1.1.
- Use InstallShield, Advanced Installer or Visual Studio 2010, 2008 or 2005 to create an installer for your ASP.NET web app that includes UltiDev Web Server as acomponent. After installation, register your web site or application with UWS using any of the following methods: manually, using UWS Explorer - our interactive application management console, or programmatically, with the command line registration utility.
- .NET application management API.
- COM application management API. 
- Ability to run applications as 32 bit on 64-bit systems.
- Support of SSL.
- Besides being permanently hosted by UWS Windows service, web applications can also be temporarily hosted by our Interactive Host for debugging and testing. UWS can even replace Visual Studio internal development web server with UWS Interactive Host.
- Dramatically improved application uptime due to automatically restarted host processes when applications made them crash.
- New security model suited for hosting Internet-facing sites and applications allows apps run under restricted Network Service account.
- Multiple recyclable host processes enabling better security and application independence.
- Support of virtual directories.
- TCP port sharing.
- Windows authentication.
- Response content GZIP compression.
- Backward-compatible with UltiDev Cassini Web Server

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.21 4,382 4/4/2015
2.0.20 3,788 1/12/2014
2.0.19 3,761 5/25/2013
2.0.18 4,061 9/29/2012
2.0.17 3,881 5/10/2012
2.0.16.1 3,703 4/18/2012
2.0.15 3,974 4/12/2012

Build 15, February 28, 2012.

Change: To uninstall UWS use "Uninstall UltiDev Web Server Pro" menu item from UWS Programs menu. New uninstallation routine displays list of applications currently hosted by UWS, giving users a chance to see which web applications will stop working in case UWS is uninstalled. Ability to uninstall UWS from "Add/Remove Programs" and "Programs and Features" has been removed.

Change: At the end of stand-alone (full UI) installation of UWS, the UWS Explorer application management console is launched. This change does not affect cases when UWS installer is bundled as "passive", "quiet" or otherwise reduced-UI package, meaning UWS Explorer won't pop up in the process of your application installation.

New feature: added SSL/TLS support and Certificate Management. UWS can allows creating and managing X.509 digital certificates, both self-signed and production-level CA-signed ones.

New feature: simplified or automatic creation of desktop shortcuts to redistributable web applications when applications are registered with UWS. This significantly simplifies web application installation authoring.

New feature: launch your web application in the browser right after installation using "/autostart" parameter of UWS.RegApp.exe. There is a corresponding programmatic way to do the same using .NET and COM APIs.

Bug fix: Request process logic changed to let ASP.NET pipeline try to handle requests with no physical files mapped to the URL, before returning 404. This allows HttpHandlers to process requests that may look like potential 404.

Bug fix: UWS Explorer crashed when selected host process used more 2GB of RAM.

Bug fix: During application registration, taken listen-to URLs were not filtered out if Vdir was specified (non-"/").