Skip to content

A simple, lean, extendable Webserver in a dll for incorporation into .net/mono projects

License

Notifications You must be signed in to change notification settings

trevorprinn/Babbacombe.Webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babbacombe.Webserver

A simple, lean, extendable Webserver in a dll for incorporation into .net/mono projects.

This basic implementation is intended for use only on intranets (or over a VPN) and contains no security whatsoever. DO NOT connect an app using it directly to the internet.

If you try to run an app using the webserver on Windows, but get an Access Denied error, you either need to run as Administrator or configure the port. On Vista or later you can configure it by entering something like

netsh http add urlacl url=http://+:80/ user=DOMAIN\User listen=yes

at an Administrator command prompt.

See the project's wiki for more information.

The library is available from the Babbacombe myget (nuget) feed
https://www.myget.org/F/babbacom-feed/api/v2

About

A simple, lean, extendable Webserver in a dll for incorporation into .net/mono projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published