views:

18

answers:

0

Hi,

I have a silverlight application that will be hosted at .Net hosting service which gives me 300mb of SQL server space and 1GB of disk space.

The applications data comes from a database and associated with a table row are photos.

Becasuse of the 1 GB of disk space I am deciding to store them on the file system.

My question is how I should get them to the client??

Would it be a good I idea to serialize them in the business objects and send them that way??

Any ideas??

Malcolm