By default the Vintasoft HTTP handler works with files from "[WebApplicationRootPath]/UploadedImageFiles" folder and stores cache in "[WebApplicationRootPath]/VintasoftCache" folder. By default files in both folders "UploadedImageFiles" and "VintasoftCache" can be accessed by web client because folders are located in the root folder of web application. If you do not want to provide access to folders "UploadedImageFiles" and "VintasoftCache", you need to override behaviour of Vintasoft HTTP handler and create custom data storages.
Version of VintaSoft ASP.NET WebForms Annotation Demo project, which uses "UploadedImageFiles" and "VintasoftCache" folders outside of web application folder ("D:\1\"), can be downloaded here: https://www.vintasoft.com/files/SourceCodes/AspNetAnnotationDemo_cacheOutsideAppFolder.zip.
Version of VintaSoft ASP.NET WebForms Annotation Demo that uses file folders outside of app root
Moderator: Alex