Error while file copying over network.

N

neeraj

I have one Problem while File copying in ASP.net , When I trid to copy
my file to other system on the same network I am getting the "Acces
Denied" Error. Whereas I have have given all the permissions on the
remote system's shared directory. Whereas I am able to copy the same
file on my local system.

I have set the Impersonate to true in my web.confg also but still
problem is not solved.

Please help its very urgent.
 
P

Paul Clement

¤ I have one Problem while File copying in ASP.net , When I trid to copy
¤ my file to other system on the same network I am getting the "Acces
¤ Denied" Error. Whereas I have have given all the permissions on the
¤ remote system's shared directory. Whereas I am able to copy the same
¤ file on my local system.
¤
¤ I have set the Impersonate to true in my web.confg also but still
¤ problem is not solved.

If your ASP.NET app is using Integrated Windows authentication then you will need to enable Kerberos
to support credential delegation to remote resources.

http://support.microsoft.com/kb/810572/


Paul
~~~~
Microsoft MVP (Visual Basic)
 
N

neeraj

Dear Paul,

Thanx for the prompt reply.
but the problem is I dn't have Active Directory configured on my
Network. Is there is any other way ?

Thanx in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top