I am trying to access a folder from ASP.NET using href, where the folder is in domain network, but I am unable to do it.
my lines of code is as below
<li class="quick_link_height">
<a href="file://h2sdc/dotnet">Audit Folder</a>
</li>
where h2sdc is network shared drive in domain and dotnet is the folder in that drive
while I am trying this in IE it is working fine, while trying in firefox/chrome it is not opening.
that same should be worked when it moved to web access
any help is appreciated.