Put game demo on website?

I am trying to upload my game demo onto my website, and am running into walls everywhere I go. I created it as a web player and it says invalid site. I looked the previous questions and answers and can’t figure it out. I have an .exe file of the demo and a http: of it, but the http: is off my C drive, which makes it invalid. The wix website I am using has the option to use website or a HTML code. I also tried to link it through 4shared and drop box and just got their download screen on my page. I am beating my head against a wall here at the moment and any help would be greatly appreciated, since this is for my resume and such.

You don’t put the .exe on there if you want it to run in a web page. Unless you are trying to give the windows-runtime to others. In that case you need to zip the exe and the data folder and upload as a zip file. If you want to play the game on the web in the browser, you need to build it for the web, and upload the html and .unity3d file to your server. I’m not familiar with wix, but if it’s like wordpress or drupal or something like that, you should be able to upload the .unity3d file, but embedding the code might be tricky. You might need to copy/paste it from the generated page into your form. Wordpress has a handy plugin that makes it easy, maybe there’s something similar for wix?