Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
it s working fine in local website .bt the same s not working after uploading to the server.what is the problem with video.it s of mp4 format.

.....
thanx in advance..
Posted
Updated 26-Feb-13 20:56pm
v3
Comments
Kishor Deshpande 27-Feb-13 1:58am    
Okay,
Go to Folder,--> right click,--> Properties.
Add a user, ASPNET.
Give full access to this user.
Your asp.net process will then have access to that file and you will not get the above mentioned error.

Thanks.
K
Orcun Iyigun 27-Feb-13 3:09am    
Can you write the corresponding code where you access the file?
[no name] 27-Feb-13 3:10am    
<asp:MediaPlayer ID="MediaPlayer1" runat="server" Height="421px" Width="492px"
MediaSkinSource="~/skins/Futuristic.xaml" MediaSource="~/dotnetdemo.mp4"
Volume="0.9" AutoPlay="True">
[no name] 27-Feb-13 3:11am    
http://www.livetrainings.in/DotnetIntro.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900