Wednesday 21 March 2012

how to deploy a silverlight application with webservices in dynamic crm 2011

first create a silverlight application with webservices. (I did with asp.net webservice).
place it in :
c:\Programfile\dynamic crm\crmweb\isv.
ex: C:\Program Files\Microsoft Dynamics CRM\CRMWeb\ISV\forwebsersilver\forwebsersilver\Bin\Debug


place both the files. webservice file and silverlight file.
then call it in IE or mozilla.

ex: http://servername/ISV/forwebsersilver/forwebsersilver/Bin/Debug/forwebsersilverTestPage.html
here first we can give the server name and call the html file to give the result.


if you want to deploy silverlight application with wcf the follow the below link
http://www.michaelsnow.com/2010/05/03/silverlight-tip-of-the-day-11-deploying-silverlight-applications-with-wcf-web-services/
 

No comments:

Post a Comment