File paths on Silverlight applications

Posted by jose on Stack Overflow See other posts from Stack Overflow or by jose
Published on 2010-12-29T11:51:12Z Indexed on 2010/12/29 11:54 UTC
Read the original article Hit count: 165

I have two silverlight applications. One produces XML files (models) that are used for the other to read. The XML files are uploaded to a specific (abosulte for now) folder.

So, I need a solution to grant access by these two applications, a Models folder. Right now I'm using absolute paths and developing in ASP.NET Dev server.

What would be the best way to accomplish this, thinking on IIS approach?

Regards,

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about webservice-client