Hello Again...
Using IIS I set my default website to the physical path C:\SERVER.
Inside C:\SERVER I have my WordPress file (C:\SERVER\WordPress)
If I set the Bindings of the default website to All Unassigned (*:80) and enterhttp://localhost/WordPress my website will show correctly. Everything will work nicely ETC.
However, if I set the bindings to myIP:80 and use the link http://"myipaddress"/WordPress the website will not show correctly, I get plain text, blank images, no theme etc...
If I attempt to use the link 'Log In' the website attempts to connect to http://localhost/WordPress/login.php and fails, giving me "Internet Explorer Can't Display The Webpage"
Why isn't my IP address acting like localhost, they should both do exactly the same thing generally because localhost, is your computers IP (loopback).
If I cannot use my IP address to connect to my website how are other people suppose to do so... P.S I do not have a DNS so i'm using my IP address for now.
Help is much appreciated, I've been trying to figure this out for about an hour now, Thanks!