0

I need to access the .pdf file generated at Azure blob storage in my asp.net mvc 3 application via WCF service. what need to do ? do i need to convert the file in byte array in wcf and pass it to asp.net mvc 3 application and reprepare it temprary and view ? what is the best way ?

David Makogon
  • 69,407
  • 21
  • 141
  • 189
Red Swan
  • 15,157
  • 43
  • 156
  • 238
  • if the generated file is stored in Azure blob storage you can access it using a URL. Or do you need to WRITE a pdf file to Azure blob storage via WCF? -ah sorry I see what you mean now: You want WCF to pull the PDF from blob storage, and have your MVC3 app pull the pdf from the WCF Service... – Neil Thompson Nov 17 '11 at 08:46
  • Perfect! you cought me... :) my service generating the byte array for pdf file. but I am getting exception. added new question over here.http://stackoverflow.com/questions/8177584/getting-maximumsize-issue-while-reading-the-byte-array-from-wcf-service-to-asp – Red Swan Nov 18 '11 at 04:05

0 Answers0