Deploy Silverlight Application to Server/ IIS Site
You might love to deploy the Silver-light application in localbox. I did lots of Bing searches but didn’t get short and sweet steps. But as this is again a Microsoft technology, everything is just a link away.
Following are the simplest steps:
1) Right click on .web project (In Silverlight Application), select create deploy package.
http://cuttingedgetechonologies.files.wordpress.com/2013/05/dep.png?w=300&h=213
2) It’ll give you the location where the package is stored, copy and paste into a folder within inetpub.
3) Go to IIS and create a new site and point it to the same physical location in inetpub and that’s it!
http://cuttingedgetechonologies.files.wordpress.com/2013/05/iis.png?w=300&h=212
You might need to enable “World wide web (HTTP)” exception in firewall to access your site URL from other machine.