From b493107ca5f8a5c29309a1a1d26d176576c13ba0 Mon Sep 17 00:00:00 2001 From: Sasmit nalkande <72140993+samnalkande@users.noreply.github.com> Date: Wed, 30 Sep 2020 20:00:12 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d80b1..02b92d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ MASFileViewer A small example VS2012 C# project to show how to write a custom control using `ASP:TreeView` as a directory and file browsing tool, from http://mikesmithdev.com/blog/treeview-file-viewer-with-security/. -The sample project is to show usage. The relevant code to put into your own project is `/controls/fileViewer.ascx.` +The sample project show's usage. The relevant code to put into your own project is `/controls/fileViewer.ascx.` 1. By default it will recursively search the current directory (for the page the control is on) and all subdirectories. There is a public property called `AltRelFilePath` where you can specify any path you want to use. 3. It will find any `web.config` in the directories and it will apply the authorization rules you have for that directory.