The security problem of the mapping file structure of Azure Web App and other IIS APP – part 2.
Previously I showed you the method of preventing mapping of the file structure of your WebApp based on 404 and 403 response codes. The disadvantage of runAllManagedModulesForAllRequests=”true” method is that it must be handled by application code. The main problem is that these requests 403 and 404 are server not by IIS from WebApp, but […]