Go to file
Troy Dai 837f5b3d02 Update global.json, sources=>projects 2015-04-02 09:20:40 -07:00
samples/StaticFileSample
src/Microsoft.AspNet.StaticFiles
test/Microsoft.AspNet.StaticFiles.Tests
.gitattributes
.gitignore
.travis.yml Turn off sudo for .travis.yml. 2015-04-01 17:08:52 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
StaticFiles.sln
appveyor.yml Add travis and appveyor CI support. 2015-04-01 15:56:56 -07:00
build.cmd
build.sh Add travis and appveyor CI support. 2015-04-01 15:56:56 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:20:40 -07:00
makefile.shade

README.md

StaticFiles

This repo contains middleware for handling requests for file system resources including files and directories.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.