Well, this newbie is doing something wrong when displaying images uploaded to the server:
model:
public class Person { public int ID { get; set;
That's not a valid HTTP path. That's the path to the folder on your computer.
try the UrlHelper.GenerateContentUrl() method instead http://msdn.microsoft.com/en-us/library/system.web.mvc.urlhelper.generatecontenturl.aspx
UrlHelper.GenerateContentUrl()