Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.72 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.72 KB

NetWebAppSample

A lightweight .NET web application sample for exploratory testing of .NET platforms

Query tab screenshot

Features

NetWebAppSample is a lightweight .NET web application sample for exploratory testing of .NET platforms.

It is designed as an application that "just works" with as little dependencies as possible. It can be useful to verify that an environment (e.g. a public or private cloud .NET hosting solution, a Docker container in a Kubernetes cluster, standalone Windows or Linux servers, etc.) is correctly configured to serve .NET web applications.

Download

The latest and all other versions of NetWebAppSample can be downloaded from here.

Installation

As usual for .NET Core and .NET 5/6 web apps, NetWebAppSample can be served on Windows using Kestrel, IIS or HTTP.sys and on Linux using Kestrel (whether proxied by Apache, nginx, or standalone).

Additionally, there are Docker images available:

  • docker pull mayakron/netwebappsample-net5.0.12-alpine3.14
  • docker pull mayakron/netwebappsample-netcore3.1.21-alpine3.14

License

GPLv3

Credits

This software uses the following open source packages: