If you face problem while streaming mp4 video using asp.net application.
Like receiving error message on player
video not found or access denied
You need to add mp4 mimetype support in web.config file
i: open web.config file
ii: under
element add the following line of code.
This will allow streaming mp4 videos properly on asp.net websites.
Note: this error only arise in IIS 7.0 or later webservers.