Groups | Blog | Home
all groups > dotnet sdk > september 2004 >

dotnet sdk : Unable to login in a clent server application


Kumar Jeevan via .NET 247
9/18/2004 12:42:48 PM
(Type your message here)

--------------------------------
From: Kumar Jeevan I am getting this message when trying to login=
a client server application: Server was unable to process=
request=2E --> Access to the path "c:\program=
files\cxorder\log" is denied=2E and stack trace =3D at=
System=2EWeb=2EServices=2EProtocols=2ESoapHttpClientProtocol=2EReadRespons=
e(SoapClientMessage message, WebResponse response, Stream=
responseStream, Boolean asyncCall)
at=
System=2EWeb=2EServices=2EProtocols=2ESoapHttpClientProtocol=2EInvoke(Stri=
ng methodName, Object[] parameters)
at ClientProxy=2ECxOrder_net=2ECCxNetWebSvc=2EHandleRequest(String=
pServiceName, String pEntityObjectData

Can anybody help me to resolve this issue?=2E=2E=2EThanks

-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)

tom wisnowski
10/4/2004 10:05:01 PM
The web service you are trying to consume, is it one you have written? It
looks like it is trying to either read or write a log file in c:\program
files\csorder. If it is a standard ASP.NET web service, with default
credentials, the process doesn't have access to that path. If you need to
give it access, you need to explicitly give the account the worker process
runs under access to that directory.

I'm not sure if this helps, but that is what appears to be happening,

Tom Wisnowski
Statera
MCP MCAD

[quoted text, click to view]
AddThis Social Bookmark Button