0
votes
2answers
100 views
Force download of a file on a network share through IIS
I'm writing a quick web page to control access to a web based repository of audio file (recordings of lectures). The audio files are held on SAN and accessed from the web server using a UNC share.
I …
0
votes
2answers
105 views
.NET (2.0) service can’t see network share
I have a C# .NET service that runs as DOMAIN\username on a windows server and it needs to access a network share \\share\export docs$\.
If I'm logged into the machine (as DOMAIN\username) I can see …
0
votes
2answers
90 views
HTML links to local network shares
Why do these links not work? If I click on them in FF or Chrome, nothing happens - it doesn't even try to open them!
<a href="file://someshare/dir/subdir/file.txt">Linky</a>
<a …
0
votes
1answer
597 views
Access denied running C# program using reference DLL from network share
I am developing two projects which are both managed by ClearCase, which means that for Windows, it looks like they are located on a network share.
The first project is a DLL written using VS 2003 in …
4
votes
4answers
502 views
Concurrency in a GIT repo on a network shared folder
Hello,
I want to have a bare git repository stored on a (windows) network share. I use linux, and have the said network share mounted with CIFS. My coleague uses windows xp, and has the network share …
0
votes
0answers
72 views
GetOpenFileName lpstrInitialDir is UNC path. Not prompting for credentials, so it’s not using that intial directory
I'm using GetOpenFileName; my lpstrInitialDir is set to a UNC path (network share), and that share requires login. I haven't found a way to either be prompted for credentials, or have my domain …
0
votes
1answer
137 views
How can I demand access to a Windows share in a .NET thick-client app?
We have a thick-client that needs to access resources on a share where a client may not be logged on. The client might be on a Windows domain or it could be a mixed environment without a domain, so …
0
votes
2answers
622 views
401.1 Error when accessing virtual directory pointing to network share
IIS5 is running on SERVER1.
One of the virtual directories in IIS, myfiles, is pointing to "A shared location on another computer", //SERVER2/myfilesshare
When I try to access the page:
…
4
votes
2answers
149 views
.NET Deployment to Network Share
I have a .NET 3.5 application that I wish to install on the client's server and have workstations run it directly from the network share. I've read a bit that seems to suggest this isn't as easy as …
3
votes
3answers
2k views
Executable started by a windows service using the local system account cannot access network shares
I have an executable that is started by a windows service, this program will be run on a customers machine and will need to connect to a remote share to perform a particular task. This share is …
2
votes
3answers
337 views
.NET Remoting and Server 2008 (64 Bit)
I have a .NET application that is meant to be run on a local PC and started from a file share on the LAN.
It works fine on 32 bit Windows XP and Vista workstations.
But it fails with a …
0
votes
2answers
432 views
TFS Build Server drop location error
We're using TFS Build Server to ensure that all files checked in by developers are going to compile to a working source tree, cuz there's nothing worse than a broken build!
Anyway we've having some …
