Skip to main content

Microsoft Silverlight

Unanswered Question Silverlight Deployment Projects RSS Feed

(0)

senthilvelm
senthilvelm

Member

Member

15 points

23 Posts

Silverlight Deployment Projects

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

Thanks
Senthil
http://dotnetcrunch.blogspot.com

jay nanavati
jay nana...

Contributor

Contributor

3388 points

624 Posts

Re: Silverlight Deployment Projects

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.

Jay K Nanavaty
www.technologyopinion.com
Mark as answer if it helps. It will also help others...

senthilvelm
senthilvelm

Member

Member

15 points

23 Posts

Re: Silverlight Deployment Projects

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 ?

 

 

Thanks
Senthil
http://dotnetcrunch.blogspot.com

jay nanavati
jay nana...

Contributor

Contributor

3388 points

624 Posts

Re: Re: Silverlight Deployment Projects

Hi, you need not to use MSI package for deploying the Silverlight project.

Jay K Nanavaty
www.technologyopinion.com
Mark as answer if it helps. It will also help others...

senthilvelm
senthilvelm

Member

Member

15 points

23 Posts

Re: Re: Silverlight Deployment Projects

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..

 

Thanks
Senthil
http://dotnetcrunch.blogspot.com

Jac_P
Jac_P

Participant

Participant

1044 points

189 Posts

Re: Re: Silverlight Deployment Projects

The following thread discusses some similar issues

http://silverlight.net/forums/p/29248/96809.aspx 

hope its useful

Thanks

Jac

Thanks
Jac
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities