aspnet / StaticFiles

[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
114 stars 72 forks source link

Add dll file type #225

Closed StillLearnin closed 6 years ago

StillLearnin commented 6 years ago

This bit me in a recent project. Every file type was correctly served as a static file type except *.dll.

Tratcher commented 6 years ago

This is intentional, serving dlls risks leaking application code. We have no plans to enable it by default. You can add custom items to the list for your own app.