Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Silverlight Deployment Projects
5 replies. Latest Post by Jac_P on July 13, 2009.
(0)
senthilvelm
Member
15 points
23 Posts
07-12-2009 2:47 PM |
Hi all,
am in the final stages of my Silverlight + WCF components based project...
what are the general tools available for deploying Silverlight + WCF ?
is there a one touch deployment project in vs2008 where i can deploy SL , WCF with the references of my WCF services reflected in Silverlight client ?
pls let know
jay nana...
Contributor
3388 points
624 Posts
07-13-2009 4:13 AM |
Hi,
There are some changes needs to be done when you deploy on production server.
1. First you should deploy WCF project and there you need to play with Web.Config file a bit.Than if you have used hard coded approach for your Service reference, you need to update those references to newly deployed WCF project. Here cross domain issue may come if your WCF project and Silverlight are not on same web server.
2. After rebuilding the silverlight project, you need to deploy the Silverlight project's Web project (the asp.net one).
If you get any problem while deployment regarding WCF or Silverlight, post here and I will help you out.
07-13-2009 4:54 AM |
hi Jay , Thanks!
How do we create an MSI Package ? is the default setup and deployment - web setup project needs to be used ?
or is there any other tools for creating the Package and installler ?
07-13-2009 5:00 AM |
Hi, you need not to use MSI package for deploying the Silverlight project.
07-13-2009 5:13 AM |
Jay ,
mine is a product development , so i need to get the Product packaged and placed in a common share for registered clients or provide a cd install for my sales team ...
i also need to set up the empty DB in the client's sql server ....
so i am in need of a package creation tool \ project which will install my product on IIS with a one click deployment or any other new approaches..
Jac_P
Participant
1044 points
189 Posts
07-13-2009 5:18 AM |
The following thread discusses some similar issues
http://silverlight.net/forums/p/29248/96809.aspx
hope its useful
Thanks
Jac