I am making the move from using an editor like Dreamweaver and Expression Web to writing in HTML5 with WebMatrix.
I am opening a folder in WebMatrix that contains the website that will be served via IIS 8 on that server. (this site will eventually go to the web but working on it locally).
If I edit in WebMatrix and then right click the HTML file and choose view in browser, via IIS 8 Express, it will view just fine, with CSS formatting and all., using IE 10.
If I view the remote location (from the IIS 8 server), it will not contain all of the formatting in the stylesheet...basically just the background color and the alignment for the banner. Same goes for it I simply open the HTML file from explorer on my desktop,
However, Google Chrome will view the remote site with all CSS formatting.
If I press F12 in IE 10 and choose IE 8 compatability, it will work from the remote server.
What's goin on here?
Thanks!