Hi there, thanks for the note on the patch!
So I created an even simpler silverlight application from the tour pdf's and used it to connect to the tables up hosted in my SQL DB at DiscountAsp.net.
Runs fine on my local machine and when I put it up on the site using the directions from the "Deploying to IIS7" instructions from the Deployment.PDF no errors occur BUT there is no data in the grid. I do notice that the grid knows the columns in the table so it has to be connecting to the database somehow right?
I added the logging to the application shown in 100SLV tour pdf's and no errors are occuring in the application that I can see.
I use SQL logins to connect to the discountASP.net server and the connection string will be the same as when it's running on my local machine so I don't have to change anything there.
I do see the snippets in the depployment section have ones called sample n-tier config files and as well the deployment.pdf lists something about "11. Copy any .aspx files, the web.config, Global.asax, EntityService.svc, EntityServer.svc, and Silverlight.js files to the application folder". I don't have any EntityService.svc files in my project, should I?
Nor do I have an app.config file in my project, do I need one of those on the server?
The deployment.pdf also says that the debuglog.xml will be in the log folder but I don't have anywhere in the project telling the app where the log folder is.
Just the fact that it's showing the grid columns is giving me faint hope that something is working.
Any suggestions would be welcome.