I think I solved my own problem. I was still set to use the Default.aspx as the start page... I switch it to "My_Silverlight_Testpage.aspx" ... and it now things run correctly... (except that some of the content files (images and video) are not being found... gotta sort that out next).
Thanks again for your help... I leave the rest of my original note in for the reference of others who might have run into the same situation.
-------------------
Thank you,... that does add the website and create Silverlight test pages, a ClientBin with a 'myproject.xap' in it...
But, new problem. I compile/run the project (F5) and I get the message "This Silverlight project you are about to debug is consuming web services. Calls to the web service will fail unless the project is executed in the content of the web which contains the web service"
I don't yet have any web services installed (though I plan to). Is this because my Silverlight project is still the startup project?
The BIG problem is that when I switch the web site project to be the Startup Project... I get a blank page loaded in the browser. I'm guessing that the wrong file is being loaded/created...
Anyone know what I'm doing wrong?... I'm very new to this side of things
Here's the source html for the blank page that is loaded when I run my project
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Untitled Page
</title></head>
<body>
<form name="form1" method="post" action="default.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNzgzNDMwNTMzZGTw+Y3pZm9y04OA7qIS6ow7Zh5+Vg==" />
</div>
<div>
</div>
</form>
</body>
</html>