views:

118

answers:

1

I have an asp.net MVC app that also has a silverlight project for some sprinkled in effects and functionality... I just added a new file to my silverlight project and am at a loss in how to migrate it over to the clientbin in the MVC application

A: 

I guess I wasn't very clear in my question but I figured it out... I'll set a variable in the page and redirect based on that to individual xaml pages within the silverlight application

Jimmy