i see...
here is the situation.
upon saving the createbitmap.aspx, the application generates a bitmap (dynamically) and saves this to the local harddisk(c\MyFolder). If the folder doesn't exist it should be created.
I could also save the bitmap to the server (all of this is only accessible through intranet)... how could i create it on the server?
folder.create(aspnetserver\MyFolder)




Reply With Quote