How to Build a Video Hosting Site on Your Windows 2003 Server
Method 1 of 5:
Setup on Windows 2003 Server
To setup your video hosting site on a Windows 2003 Server, please follow these steps:
- Step 1: Setup folders and files
- Step 2: Create Application Pool for the Web site
- Step 3: Configure the Web site
- Step 4: Create MIME Map for .flv files
- Step 5: Test your Web site
Method 2 of 5:
Setup folder and files
- Log on to your server with Administrator privilege.
- Download Flash Video Encoder and install it on your Web server.
- Find the file fvec-asp-demo.zip file in the installation folder of Flash Video Encoder for Adobe Flash (Command-Line Version); Open it with WinZip and extract the files to a sub-folder under your wwwroot folder, for example, c:inetpubwwwrootfvec.
- If you have changed the installation folder of Flash Video Encoder for Adobe Flash (Command-Line Version), you should open file fvec.asp and change the path to the correct one.
- Assign "full control" permission to account "IUSR_COMPUTERNAME" for folder"c:inetpubwwwrootfvecfiles". By default, video files uploaded by users and encoded *.flv files will be stored in this folder.
- Assign "full control" permission to account "IUSR_COMPUTERNAME" for file "c:inetpubwwwrootfvecfvec.mdb". In this demo site, we use Microsoft Access database to simplify the configuration. If you would like to use other databases, for example, SQL Server or Oracle, you can open the file db.inc and modify the database provider and connection string yourself.
- Open Command Prompt. Change the current directory to "c:inetpubwwwrootfvec" and register MyRequest.dll using regsvr32.exe. This will install a component for ASP to handle file uploading.
Method 3 of 5:
Create Application Pool for the Web site
- Open Internet Information Service Manager.
- Expand the "Internet Information Services (IIS) Manager" node. Right click the "Application Pools" node and select New > Application Pool.
- Give a name for the new Application Pool, for example, "MyAppPool" and click OK.
- Expand the "Application Pools" node, and right click "MyAppPool", select Properties.
- Click the "Identify" page, change the predefined security account from "Network Service" to "Local System" and click OK.
Method 4 of 5:
Configure the Web site
- Open Internet Information Service Manager.
- Expand the "Internet Information Services (IIS) Manager" node. Right click your Web site and select "Properties".
- Change the Execute permissions to "Scripts and Executables".
- Change the Application pool to "MyAppPool".
- Change the file uploading limitation of IIS. By default, IIS does not allow users to upload files larger than 200 KB.
- Open Internet Information Service Manager.
- Right click the "Internet Information Services (IIS) Manager" node and select "Properties". Select "Enable Direct Metabase Edit" and click OK.
- Open C:WINDOWSsystem32inetsrvMetabase.xml with a text editor; Find AspMaxRequestEntityAllowed and change its value to a proper value.
- Save Metabase.xml and restart IIS.
Method 5 of 5:
Create MIME Map for .flv files
- Select the site to configure in IIS, right click and select "Properties".
- Under HTTP Headers Tab, click the "MIME Types" button and select "New".
- Enter ".flv" as the extension and "video/x-flv" as the MIME type and click OK.
4 ★ | 1 Vote
You should read it
May be interested
- How to set up your own Git server on Linuxwhile you can count on globally renowned git hosting services like github, in some cases it is better to host a personal git server for enhanced privacy, customizability, and security.
- How to build Linux web server with an old computerif you are interested in building a home web server, the easiest way is to install linux on the backup computer. doing this is simple and gives you a logical way to host a website or blog.
- 12 things to know when choosing a Web Hosting servicechoosing an internet / web hosting service provider (web hosting service) in accordance with the requirements of the business is a seemingly simple task but not simple. this article takes a look at some of the essentials in choosing hosting service providers that are suitable for your business.
- How to build a basic web server using Gogo's powerful collection of built-in packages makes it a great choice for web development. this article will show you how to write a basic web server in go.
- 14 Best Web Hosting 2018 is completely free and contains no advertisingbelow is a list of the 14 best free hosting services that are not advertised.
- Microsoft opens a free Build 2020 subscriptionin addition to hosting the annual build developer conference online, microsoft now plans to hold the event for free for everyone to attend.
- How to use Makisoda to store videos up to 5GBmakisoda is a video hosting site that supports up to 1gb of storage per uploaded video. users can upload videos to makisoda and then embed the videos on other websites easily.
- Share Hosting with Exchange 2007 (Part 1)the topic of hosting sharing with exchange server is not a new issue. it is of your interest to help many companies with simple, winning exchange configurations or start small email configurations for themselves, with exchange server fully capable of
- SEO tips for your Websitewhen owning a website, you need to have all the knowledge related to web hosting - web hosting service and use the entire resources provided by the web hosting company. one of the most important things you need to do is seo.
- How to host a website for free with GitHub Pagesthere are many options and prices for web hosting plans. the more expensive plan is capable of hosting large websites but what if a simple hosting solution is needed for your small website?