views:

12

answers:

2

Every time I open up an aspx page it splits my screen between the source and design screens. I can change it over manually each time but it's starting to drive me nuts. Is there a way to make it only open the source window by default?

A: 

Tools > Options (Its there somewhere) I managed to change so when I open vb.net forms that the code view opens rather than the designer.

Connnnoorr
+1  A: 

Right click on any .aspx file in the Solution Explorer, and choose "Open With...". In there, you can choose "Source Code (Text) Editor", then hit "Set as Default".

Reed Copsey