How to retrieve the image from database in mvc 4
how to retrieve the image from database into mvc 4 application ??can any one help ,am new to mvc
In database am storing the image path like
profilePicture -->varbinary(max) //Here am storing the path
Now I need to display the this path as image into mvc application