Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8669911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:35:24+00:00 2026-06-12T18:35:24+00:00

i have made a video module in which the user upload a video and

  • 0

i have made a video module in which the user upload a video and video playback in a video tag

 <video id="Video1" runat="server" controls="controls" autoplay tabindex="5" visible="false"
                    class="video-js vjs-default-skin" data-setup="{}">
                    <source id="Source1" runat="server" type="video/mp4" />
                    <source id="Source2" runat="server" type="video/flv" />
                </video>

.cs

public void getExtension(string Filename)
        {
            string Extension = "";
            Extension = Path.GetExtension(Filename);

            if (Extension == ".mp4")
            {
                Source1.Attributes.Add("src", Finalpath);
            }
            else if (Extension == ".flv")
            {
                Source2.Attributes.Add("src", Finalpath);
            }

        }

the particular module works at local but as i install this on Live website the Video doesn’t play. i have inspected the page the url of video as follows at local

http://dc620x_dev2/DesktopModules/DNNCentric-VC_ManageLessions/erf/uyn/2.mp4

and
at live

http://videoclasses.webhostcentric.com/DesktopModules/DNNCentric-VC_ManageLessions/Abc/yeghbf/2.mp4

it shows an error :

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

what i am missing or error in code. thanks for any assistence.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:35:25+00:00Added an answer on June 12, 2026 at 6:35 pm

    Your mp4 file is returning a 404 / file not found error. Either 1) the file is not located at that address or 2) your IIS webserver does not have the proper MIME type listed for mp4 files.

    If you know the file exists at that location, check out this Microsoft Article about IIS configuration:

    When you request a file from an IIS 6.0 Web server, and the file has a
    file name extension that is not a defined MIME type on the Web server,
    you receive the following error message: HTTP Error 404 – File or
    directory not found.

    You are using IIS 7.5, but the concept is the same. IS the MIME type set up correctly on your server?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a long running process (video rendering) in which occasional updates are made
I made a website on which i need to be able to upload video
I've made a website on which users can upload a video file. All is
I have made an application which includes movie player in it. Video starts playing
I have made a server and a client in C# which transfers files. But
I have made a kind of Video Slider, where thumbnail of videos are displaying
I have made a script that uses a program called Diascope, its a video
I have made a navbar at the top of my website which contains multiple
I have a FLV video made and want to put it onto website. Basically
I have problem with a fullscreen Flash video. I made a custom Flash video

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.