Ask a Question related to ASP.NET Security, Design and Development.
-
Raj #1
Access folder from the network
I am keeping all the images out of the webserver. This is in some other
system in the network. Can anybody please give me workaround in asp.net, like
how to access folder from a remote machine in the same network. Pls give the
shortest way to do this. It fails to access folder from the remote machine in
the same network.
Raj Guest
-
Can I allow access to one file within a folder, but notthe whole folder
I want to allow access for users to edit only specific file within a folder. Can I do this Also, since I am just starting to use this on a new... -
Access remote folder files in the network
In my ASP.NET application, all the images files are stored on a machine other than my web-server. In a webform i am accessing the image files stored... -
Network user folder sharing
In my workgroup network my XP pc can see and have access to all other pc's shared folders, howere, my XP pc has shared folders but the other pc get... -
network connections folder
Is there a place where windows stores your network connections? I know it stores your dial-up connections in... -
Creating a network folder
Hello, I'm trying to create a folder on a networked computer from a webserver using FileSystemObject. I keep getting "Permission Denied"... -
Raterus #2
Re: Access folder from the network
shortest way..?
add this to web.config
<identity impersonate="true" userName="YOURDOMAIN\userthathasaccess" password="theirpassword" />
"Raj" <Raj@discussions.microsoft.com> wrote in message news:1A3AE7AF-8A2F-49AF-81F0-4CCE2286973C@microsoft.com...> I am keeping all the images out of the webserver. This is in some other
> system in the network. Can anybody please give me workaround in asp.net, like
> how to access folder from a remote machine in the same network. Pls give the
> shortest way to do this. It fails to access folder from the remote machine in
> the same network.Raterus Guest



Reply With Quote

