I am working on a service that is doing the following...

**1- Read files in a folder (c:\abc) and return a list of files in that folder.

2- Returns the byte stream of a file on a server.**

This web service is consumed by a Silverlight 4 application that reads the stream and writes in on the selected path.

Everything works fine when i run application in debug mode using visual studio 2010 (both with development server and with virtual directory).

But this functionality is not working when this silverlight website is accessed from the network.

To fix this issue, i gave full access rights to "NETWORK SERVICE" user on the server, but it didn't worked.

need help...

thanks!

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.