How do I change from locally generated File in Silverlight to a Website?
Posted
by Kris Erickson
on Stack Overflow
See other posts from Stack Overflow
or by Kris Erickson
Published on 2010-04-15T05:20:45Z
Indexed on
2010/04/15
5:23 UTC
Read the original article
Hit count: 248
Silverlight
Because I want to do things like load images from the web, I guess I need to move my Silverlight project from using a default file to some kind of web package. I don't really want an ASP .Net site, in fact, I totally don't want an ASP.Net site and yet I want to be able to develop and load images from the web. How do I move my development files to a website and still be able to compile, debug, etc from Visual Studio?
© Stack Overflow or respective owner