The following attributes may be set within the web.config to specify your built-in FileImageDataProvider:
When using the build-in provider, the name must be specified as "FileImageDataProvider". If you use the built-in provider, and do not provide this name in the name attribute value, your images will not display. The name coincides with the name of the class. When you write your own custom data providers, this name can be any string that you give in your code. |
If your provider is a class in your application, then the assembly name is not required. |
Absolute and UNC Paths are also accepted. Make sure that when you deploy your web site that the IIS user (usually Network service user) has access to this folder. Without the necessary folder read/write access permissions to the IIS user, the images won't display. |
The annotations data is never cached. |