I am using C#, ASP.net 2.0 and visual studio 2008 I am trying to get with of an image with the following code. public static string GetImageDimentions( string imageName) { //1 Image imgPhoto = Image .FromFile( "http://images.anywebsite.com/" + imageName + ".jpg" ); return imgPhoto...