Hi

I'm having problems displaying an image.jpg from a file on the server. When I test the web app locally in vb.net it displays ok but when I upload to the server the image is blank

Here is the code:-

PersonalPicture.ImageUrl = "file:///" & objAppSettings.Item("Image Source") & "\" & Session("EmployeeID").replace(".", "") & "ResizedPicture.jpg"

Where objappsettings.item("Image Source) = "e:\appname\images"

Any thought much appreciated

Regards

Barry