Call WCF service from iOS app -


*background:*i have "document repository" kind-of app.the ios app calls wcf service download document metadata(document name,document size,etc).there .net client used uploading documents.when upload document,i save in "appdomain.currentdomain.basedirectory" creating separate folder each document.so,effectively,the document stored @ "c:\inetpub\wwwroot\foo\bar\document.doc".

*the problem:*when ios app tries download document,it returns error 500 "could not find part of path 'c:\inetpub\wwwroot\foo\bar\document.doc'" however,it returns metadata document(document name,document size,document location,etc.) correctly.

what should make app download document?

the error 500 sending server. problem on server side. sure path correct? uploaded document on directory?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -