unc
limit access to unc server to the program
I am connecting to an unc server (\\blablub\\share) from my program (written in c++). Right now i am using WNetUseConnection Function to connect to the server. Now i want to limit the access only to t[详细]
2023-02-07 05:28 分类:问答access UNC drive/remote network drive in c++
I\'m trying to access a network drive (\\servername or \\ipadress). The idea is that the drive is acc开发者_Python百科essed only through the application and the login on the network drive is supposed[详细]
2023-02-06 06:46 分类:问答Cannot access network drive in PowerShell running as administrator
I\'m running PowerShell in a Windows 7 x64 virtual machine. I have a shared folder on the host mapped as a network drive (Z:). When I run PS normally I can access that drive just fine, but if I run it[详细]
2023-02-05 21:17 分类:问答Powershell - how to sort UNC paths by ping response time
I\'m trying to make a script that would given a list of UNC shares order them by their ping response time.[详细]
2023-02-05 04:18 分类:问答ASP.NET ConfigurationErrorsException when serving images via UNC on IIS6
I have a virtual directory in my web app which connects to a Samba share via UNC. I can browse the files via Windows Explorer without issue, but my web app throws a yellow screen with the following me[详细]
2023-02-03 06:06 分类:问答Create folder in a mapped network drive using Java
I\'m trying to create a folder to a mapped network drive Z: using Java Unfortunately the file is not getting created.This is what I\'m doing:[详细]
2023-02-02 04:50 分类:问答Firefox Links to local or network pages do not work
I have a .asp application where image files (.PDF) are stored in a directory (fed by a copier/scanner). The created file names are stored in a database table.When a query is launched fromthe web page[详细]
2023-01-30 11:09 分类:问答Is there a way to map a UNC path to a local folder on Windows 2003?
I know that I can map a UNC path to a local drive letter.However, I am wondering if there is a way to map a UNC path to a local folder.I have a program that has a specific folder hard coded into the p[详细]
2023-01-29 02:11 分类:问答401 - Unauthorized IIS 7.5 on UNC application website
I\'m running win server 2008 R2 with IIS 7.5 I have an application under a website that only has anonymous authentication enabled.[详细]
2023-01-27 17:09 分类:问答How can I determine if a string is a local folder string or a network string?
How can I determine in c# if a string is a local folder str开发者_StackOverflow社区ing or a network string besides regular expression?[详细]
2023-01-27 15:31 分类:问答