at view i have a href link as below
<a href="@Url.Content(Model.document_path)" >file</a>
and it give view as below
but when clicking the "file" the document is not opening.
I checked the element and its generating below html
<a href="\\.....\....\...\..\2_7.jpg">file</a>
the path is correct. but if we click "file" the document is not opening
anything iam missing??