Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamranayub/webconfig

Web.config helper
https://github.com/kamranayub/webconfig

Last synced: 29 days ago
JSON representation

Web.config helper

Awesome Lists containing this project

README

        

# Web Config Generator

A tool that makes it easy to generate sections of .NET web.config for common tasks such as configuring mime types and URL rewrite rules.

# Building

npm install gulp --global
npm install

gulp

Recommend Visual Studio Code as it is configured by default with appropriate settings and Ctrl-Shift-B build tasks.