I'm not expert in Asp.net MVC5 technology, but I have a task to accomplish using it.
I have a local folder that I need to open from my application. this is the address of my folder: file:///C:/Users/Daoud/Desktop/Stressing/
.
Now if I copy this address to the browsers (IE, Chrome, Firefox) it works just fine. However if I put it in my application on html button as below, it never works:
<a class="btn btn-primary" href="file://C:\Users\Daoud\Desktop\Stressing\">Stressing »</a>
It seems to me very weird, since the same address is opening when copying directly to the browser address, while it is not working when using in HTML button.