I've encountered some issues while implementing my SL project into ASP.NET site.
I have a media element in it. When I run the SL project as a stand alone (or as StartUp project), everything is working as intended. However, when I try to run it through my ASP.NET site my media file doesn't play at all - neither if I initiate my play button control, nor with AutoPlay checked.
What I've done to link them up:
1. I've added a new ASP.NET site to the solution
2. I've added a Silverlight Link to the web site and selected the already existing SL project
3. I've added the needed code - script manager, assembly register, and Silverlight control to my XAP file.
Anybody has encountered something similar?