Host SilverLight / WCF
Posted
by martin
on Stack Overflow
See other posts from Stack Overflow
or by martin
Published on 2009-02-10T17:51:09Z
Indexed on
2010/06/08
22:02 UTC
Read the original article
Hit count: 491
Hi all
I have created my first silverlight app :-)
It has a basic page and connects to a db to populate a list. the connection is done using wcf, so my silverlight connects to a ServiceReference that does the stuff. This all works fine when i run from VisualStudio.
My problem is that i am not sure how to host this app. I created an account on aspspider uploaded my default.html, zap file(which i renamed to zip), and Database. this work fine until it needs to connect to the db. What do i need to upload to get the database connection working ?
Thanks :-) Martin
© Stack Overflow or respective owner