File paths on Silverlight applications
- by jose
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,