How do you define a default html in silverlight?

Xarzu

Member
Joined
May 24, 2010
Messages
5
Programming Experience
Beginner
How do you define a default html in silverlight?

In the Microsoft Development Environment, Microsoft Visual Studio, when I build a silverlight project, the code auto-generates an HTML file in the Release directory (and in the Debug directory)

Yet, I have seen some projects that have a Default.html file among the project files. And when I run the program in debug mode, the default.html comes up.

How is this done? Where is the settings which tell Visual Studio which html to use when running or debugging. In another project, when I create a project from scratch, the program runs a generated html in the debug or release directory.

How do I include my own html in a silverlight project?
 
Not sure about a Silverlight project, but you can set a start page for an asp.net project from the Website - Start Options menu.
 
Back
Top