Re: Web Service - System.UnauthorizedAccessException
From: Eric Fintel (efintel_at_glasstech.com)
Date: 02/19/04
- Next message: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Previous message: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- In reply to: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Next in thread: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Reply: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Reply: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 06:46:07 -0800
I agree, but I'm not sure how or where to look. To complicate things a little this web service is running on a server with Sharepoint Portal 2003 Server and Windows Sharepoint Services installed.
Regards,
Eric Fintel
----- Ken Onweller (.NET MCSD) wrote: -----
sounds like you need to increase the trust granted to either the intranet
domain entirely, or at least to your
webservice dll, specifically.
"Eric Fintel" <efintel@glasstech.com> wrote in message
news:95189CB1-EA38-4026-A9AD-022E8B45E4D7@microsoft.com...
> I am in the process of developing a webservice which copies files from a
supplied UNC path to a supplied Sharepoint website. The problem I am having
is accessing the files on the UNC path to a remote machine within the same
domain and on the same network. The error is
System.UnauthorizedAccessException "Access to the path
'\\server\sharename\folder' is denied. If the UNC path points to a folder
on the server running the Web Service everything is fine. For test purposes
the group "everyone" has full access to both the UNC Share and the full path
to the documents to be copied. I have tried various "<Impersonate />" and
"new NetworkCredential" without success.
>> I'm using the System.IO namespace to access the files on the given UNC
path.
>> Any help on this problem will be greatly appreciated.
> Eric Fintel
> efintel@glasstech.com
- Next message: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Previous message: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- In reply to: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Next in thread: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Reply: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Reply: Ken Onweller \(.NET MCSD\): "Re: Web Service - System.UnauthorizedAccessException"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|