Error(s) occurred while rendering the component:

EXCEPTION
The control was unable to generate an image on the server.
CAUSE
The server control needs a special folder where to store the generated images.This error can occur if the folder does not exist or if the control does not have the necessary permissions to write to it.
RESOLUTION
Manually create the directory and assign read, write and browse folder contents permissions to it for the ASPNET account. Task list:
1) Create the folder [C:\inetpub\wwwroot\ExampleSites\AspNetDiagramExamples\NevronTemp]
2) Right Click on the folder and select Properties
3) Select the Security tab
4) Click Add, select the ASPNET user account and then click OK
5) Check the Write, Read, List folder contents and Read and Execute checkboxes
6) Apply settings and press OK


  Image type:


JPEG quality:


The example demonstrates the ability of Nevron Diagram for .NET to generate static images in several image formats. The image is stored in temporary directory on the server and the HTML contains an img tag.