Skip to content

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

License

Notifications You must be signed in to change notification settings

divyam7777/netwebappsample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Dockerfile 1.1%