Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello!!!I have a few questions.I have silverlight 4 application.
1.I have to create database by visual studio 2010.
Where I have to replace database?I guess in SilverlightApp.Web?Is it correct?
How I can create by visual studio 2010 easy database?Do I need use SQL Server Database or ADO.NET Entity Data Model?What's difference?
2.After that I will be connect to database through WCF-service?
3.After all steps i have to replace my app in internet(server).How can I do it?
Is't correct my steps?

Probably it's very easy questions, but I'm very new dummie in this themes.
I have never had some expiriance with wcf, deployment or database, please help me and provide me any referances or your minds.
Thank you.
Posted

1) http://msdn.microsoft.com/en-us/library/ff678491.aspx[^]

prob not in the silverlightApp.Web project though in its own would be nicer.

2) Yes, WCF is great way to connect. (remember silverlight is always async)

3) look at MSDeploy it is easy, but if all else fails remember you can just FTP the folder across and your away laughing!
 
Share this answer
 
hi All the above points are correct and while deploy in the IIS make sure that path of the XAP file in HTML/aspx Page is correct
http://blogs.msdn.com/b/tims/archive/2008/03/18/configuring-a-web-server-to-host-silverlight-content.aspx
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900