|
This procedure will block the directories bin, database, and emails to be accessed through the web server.
- Run IIS Manager go to: Start > Settings > Control Panel > Administrative Tools > Internet Services Manager
- On the left panel browse to vso directory or web site selected so will see all subdirectories on the right panel.
- On the right panel Locate bin directory and right click on it, then select properties.
- On the properties window Directory tab uncheck Read, Write, Directory browsing and change execute permissions to None.
- Select Directory Security tab and click on the Edit button from Anonymous access and authentication control.
- On the authentication methods window uncheck Anonymous access.
- Run steps 3 to 6 for database and emails directories.
|