Adam,
I can get it to work if I have images in a folder under the app itself (e.g. http://localhost/application/uploads), but not when folder is outside of the application's virtual folder....
So, my application is:
http://localhost/application
My images folder is:
http://localhost/imagelib (virtual folder)
I have tried using "/ImageLib" (gives me InvalidOperationException: Failed to map the path '/ImageLib/') , I have tried using "E:\InetPub\wwwroot\ImageLib" which is the physical path (gives me InvalidOperationException: Failed to map the path '/'), but they both error.
Any ideas on what the problem is?
Cheers,
Carin