When I debug a page of my Silverlight project in VS2010 it sends the browser to file:///C:/Users/Chris/Documents/Visual Studio 2010/Projects/Growing/Growing/Bin/Debug rather than http://localhost/. Does anyone know what happened with this? I don’t remember changing any kind of settings for that and have no idea where to change it back.
When I debug a page of my Silverlight project in VS2010 it sends the
Share
Take a look at the settings in your Web.csproj file. If you open it in notepad (or unload it within the solution and right click, edit…), you should be able to see VisualStudio settings. My guess is that you may need to update those settings.
Here are the settings for one of my SL projects that runs from the localhost.