Giter Site home page Giter Site logo

roar1827 / aspnet-windows-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from taskmatics/aspnet-windows-service

0.0 1.0 0.0 11 KB

Provides a shell project which hosts ASP.NET 5 in a Windows service

License: MIT License

Batchfile 15.33% C# 84.49% HTML 0.17%

aspnet-windows-service's Introduction

aspnet-windows-service

This repository provides a shell project you can use to get a Windows service up running hosting ASP.NET 5 with static files and MVC 6.

For detailed information, please read the following post: How to Host ASP.NET in a Windows Service

Installation

0. Run a Command Prompt as Administrator

This is needed in order to run the install command.

1. Clone the repository

Run git clone https://github.com/taskmatics/aspnet-windows-service

Run cd aspnet-windows-service

2. Install the service

Run install <optional-service-name> (AspNetWindowsService is used by default for the name)

This command does a few things:

  • Publishes the project to an output folder (.\publish-output)
  • Installs the Windows service (using the service name provided) and points to the run.cmd in the published output folder
  • Starts the service

Browsing the Website

To view static content (from index.html), launch a browser a pull up http://localhost:5000. The port is configurable in code in the src\Program.cs.

To view MVC output (from TimeController), launch a browser a pull up http://localhost:5000/time. The port is configurable in code in the src\Program.cs.

Uninstalling

Run uninstall <optional-service-name> (The name must match the one used during install.)

This command will stop and uninstall the Windows service (using the service name provided).

aspnet-windows-service's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.