Skip to content

Commit b0428bb

Browse files
committed
Typo, I'm very sorry!
1 parent 8a9eca1 commit b0428bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Additionally the provider can be further configured with the following applicati
9797
## Virtual Path Provider
9898
By default the plugin will serve files transparently from your domain or serve media directly from Azure. This is made possible by using a custom [Virtual Path Provider](https://msdn.microsoft.com/en-us/library/system.web.hosting.virtualpathprovider%28v=vs.110%29.aspx) included and automatically initialised upon application startup. This can be disable by adding the configuration setting noted above.
9999

100-
**Note:** Virtual Path Providers may affect performance/caching depending on your setup as the process differs from IIS's [unmanaged handler](http://www.paraesthesia.com/archive/2011/05/02/when-staticfilehandler-is-not-staticfilehandler.aspx/). Virtual files sent via the provider though are correctly cached in the browser so this shouldn't be an issue. VVP proivders also **don't work** with **Precompiled sites** or when used in a **virtual directory/application**.
100+
**Note:** Virtual Path Providers may affect performance/caching depending on your setup as the process differs from IIS's [unmanaged handler](http://www.paraesthesia.com/archive/2011/05/02/when-staticfilehandler-is-not-staticfilehandler.aspx/). Virtual files sent via the provider though are correctly cached in the browser so this shouldn't be an issue. VVP providers also **don't work** with **Precompiled sites** or when used in a **virtual directory/application**.
101101

102102
The following configuration is required in your `web.config` to enable static file mapping in IIS Express.
103103

0 commit comments

Comments
 (0)