Anyone know how to tell Visual Studio 2008 to always open up ASP.NET pages in “Source” mode, not “Design” mode?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tools → Options → Web Forms Designer → Start pages in “Source view”.
In VS < 2015 it was called HTML Designer.
For other extensions you can define specific behaviour by right clicking on a file and selecting
Open With. This allows you to set once off or default behaviour for opening more esoteric file types.For example, I use the Sandcastle Help File Builder, so have
.shfbprojextensions loading up the SHFB GUI, but you could also load it up as plain XML (or whatever).