ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / Common Operations / Viewing / Viewing Using ASP.NET / Web.config Settings for Legacy ASP.NET Controls / Description of Configuration Settings / Image Data Provider Configuration / Built-In FileImageDataProvider
In This Topic
    Built-In FileImageDataProvider
    In This Topic

    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,ImageGear.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: