How to locate an image without entering the absolute path?
Image img = System.Drawing.Image.FromFile("~/Content/images/SemFoto.jpg");
I tried in many ways and could not capture the image without telling the absolute path. The above line of code is in a action within a controller .