I am have control which after accepting parameters generates an image and I am
using it in a vb.net web project.
Statement is somewhat like:
c.makeChart("multibar1.png")
When look in the web directory I could't get an image, so juts for test I mage
it like
c.makeChart("c:\multibar1.png")
I could see a file at the root of drive c. Later I gave write permissions to
that directory but still no, any idea what I have to do ?