I'm trying to block the download of my application's songs.
I tried blocking by putting a web.config
file in the folder with the songs with the settings below:
<?xml version="1.0"?>
<configuration>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true" />
</system.webServer>
</configuration>
But he still accesses the folder and lets you download the songs.