Skip to main content

Microsoft Silverlight

Answered Question how to deploy my project1.slnRSS Feed

(0)

banderastyle28
banderas...

Member

Member

9 points

56 Posts

how to deploy my project1.sln

 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
ken tucker

All-Star

All-Star

16276 points

2,479 Posts

Answered Question

Re: how to deploy my project1.sln

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
shamrat231

Contributor

Contributor

4677 points

595 Posts

Answered Question

Re: how to deploy my project1.sln

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

Dhaka, Bangladesh
LinkedIn :: SL Profile :: Blog
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities