Skip to main content
Home Forums General Silverlight Hosting and Streaming how to deploy my project1.sln
2 replies. Latest Post by shamrat231 on November 1, 2009.
(0)
banderas...
Member
9 points
56 Posts
10-31-2009 7:24 PM |
When I finish my project1.sln how what do I ftp the whole project to play basically when you press a button in my site it takes you straight to my xaml application that I have created thank you any help
ken tucker
All-Star
16276 points
2,479 Posts
11-01-2009 5:39 AM |
Your silverlight app should compile into a xap file. You would need to navigate to a webpage that displays the silverlight app
http://msdn.microsoft.com/en-us/library/cc265155(VS.95).aspx
shamrat231
Contributor
4677 points
595 Posts
11-01-2009 8:51 AM |
Hi, first of all u need to publish your project that u have created. By default you can add a default.aspx webform, where you can keep a hyperlink. On clicking the hyperlink button will navigate to your SL page where the SL object is present. By default SL project creates you two test page in html and in aspx page.
So basically, lets say you have published your copy and hosted in this site http://mysite.com/ . Now on default.aspx page u have given a hyperlink like this <a href="mysltestpage.html" >click here to see my sl site</a>. On clicking this it will load your SL test page.
We are using default.aspx as if we type eg. http://mysite.com/ defaultl.aspx is automatically taken by default. If u want another name then type it like this http://mysite.com/mypage.aspx
Please 'Mark as Answer' if it helps you
Sharker Khaleed Mahmud