>From my ASP.NET app I am passing a byte[], file name and path.  In the
debugger I see all pieces fine.  Yet when I declare the file:

FileStream fs = new FileStream(ToServer, FileMode.Create);
 
My WebService never sees the file name properly.  It has some additional
crud at front and back of my file's name & path.

Server was unable to process request. --> Could not find a part of the path
"c:\inetpub\wwwroot\ChelseaPTOs\Bulletins\Advertising\PTO-ADV-34.pdf&qu
ot;. 

&quot slooks to be a problem.

I have verified that ASP.NET has rights in this sub dir.

This is the stack trace:
[SoapException: Server was unable to process request. --> Access to the path
"c:\inetpub\wwwroot\ChelseaPTOs\Bulletins\Advertising\PTO-ADV-34.pdf&qu
ot; is denied.]
 
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClient
Message message, WebResponse response, Stream responseStream, Boolean
asyncCall)
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
   Acme.OrderSystem.ParkerWS.WSClient.ReceiveNewPDFs(Byte[] pdf, String
fileName, String filePath) in C:\Inetpub\wwwroot\mmJumpStart\Web
References\ParkerWS\Reference.cs:277
 

Stephen Russell
S.R. & Associates
Memphis, TN 38115

901.246-0159 

http://spaces.msn.com/members/srussell/



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to