Hello,
I am facing problems pointing to the necessary files which are located on a web hosting company.
Currently there is a folder called WavFiles which has the .wav files in it.
Is it correct to access it using:
Server.MapPath(Request.ApplicationPath) & "\WavFiles\202.wav"
The reason I ask is because the filie does not play.
I am totally sure that the there is no problem with the .wav because it runs on the local web server at home.
Thank you
I am facing problems pointing to the necessary files which are located on a web hosting company.
Currently there is a folder called WavFiles which has the .wav files in it.
Is it correct to access it using:
Server.MapPath(Request.ApplicationPath) & "\WavFiles\202.wav"
The reason I ask is because the filie does not play.
I am totally sure that the there is no problem with the .wav because it runs on the local web server at home.
Thank you