ImageGear .NET - Updated
Built-In FileImageDataProvider
User Guide > How to Work with... > Common Operations > Viewing > Viewing Using ASP.NET > Web.config Settings for HTML5 Viewer and Legacy ASP.NET Controls > Description of Configuration Settings > Image Data Provider Configuration > Built-In FileImageDataProvider

This provider allows the retrieval of image files for display. It also allows retrieval and updating annotations data from the files.

Web.config
Copy Code
<ImageGear.Web.DataProviders.ImageProvider default="FileImageDataProvider"> 
    <providers>
  <add name="FileImageDataProvider" type="ImageGear.Web.DataProviders.FileImageDataProvider,ImageGear24.Web.Services" storageRootPath="~/viewerImages/" maxImageSizeToCache="512" cachingTimeLimit="5" cachingEnable="false" />
maxImageSizeToCache="512"
cachingTimeLimit="5"
cachingEnable="false" 
artDataFileNameFormat="{0}.xml" />
  
  </providers>
  </ImageGear.Web.DataProviders.ImageProvider>

This section provides information about the following: