Phani Kumar

Phani Kumar

  • NA
  • 162
  • 23.2k

How to Access a folder which is in domain folder using href

May 2 2016 6:31 AM
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. 

Answers (2)