Hi Lynn,
This is an example of what I do.
www.exampleDNN.com is a DNN website currently on shared hosting (in America), when videos are stored on this site I discovered that the site would be brought down because of the load on the server.
So I buy a second domain name eg: www.example.co.uk
I then buy standard website hosting (not DNN specialist hosting) from a different hosting provider in a different country (UK in this example).
I upload the video files to various folders within the hosting area via FTP, so for instance I may create a folder called 'Word_Tutorials' and upload all of the video zip files into that folder.
You do not need to create a page to link to these files, all you do is this:
http://www.example.co.uk/Word_Tutor...eofile.zipIf you type this link into a browser you will see that it should start to download.
All you do is enter this URL into the documents module.
I tend to buy a domain name related to which country the hosting provider is based in. - Users in the same country as the hosting provider will find that the downloads will be quicker for them.
So on DNN C. I use 3 servers:
1) America - DNN hosting, hosts the main DotNetNuke installation
2) America in a different area - just standard hosting for downloading videos
3) UK - standard hosting for downloading videos
Servers 2 and 3 have exactly the same files and folders stored on them.
Therefore if one of the video servers goes down or is slow the other one should be able to deliver the video to the user. All while keeping the load on server 1 - the DNN website to a minimum.
Hope this helps, thanks,