asp.net SoundPlayer not playing from server
问题 I have made the simplest test in order to check if SoundPlayer will play a wave file. From the local machine works just fine, once the site is on IIS it doesn't play the sounds (or give any error). Here is the code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Media; public partial class Default2 : System.Web.UI.Page { public SoundPlayer spWave; protected void Page_Load(object sender,