When developing Silverlight apps is it ok to just to run directly from the test page?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-06-03T07:43:50Z
Indexed on
2010/06/03
7:54 UTC
Read the original article
Hit count: 263
Hi,
When I create a new Silverlight project in Visual Studio it creates a new web project in the same solution and wires it up to run in a local server when developing and debugging.
Some demo projects I have downloaded just run directly from the test page on disk. When developing what are the benefits of running via a server? What would you lose by just running from the disk?
John
© Stack Overflow or respective owner