What happened to design view in Visual Studio 2013

htmlvisual studiovisual-studio-2013

Visual Studio has the option to view html in 3 views: design, split an source. (image from VS2012)

enter image description here

All 3 options seem to have disappeared in Visual Studio 2013.

Any ideas?

Best Answer

Do this:

right click on file which you wish to open.
Then Open with application and choose 

HTML (Web Forms) Editor

Set as default (on right side) if you wish.

Related Question