views:

154

answers:

1

I've spent a decent amount of time on the web and messing around in the settings and I haven't been able to find a way to create a project in VWD 2010 without a masterpage. Just removing the reference yields an error.

Anyone know where I can find some information on this? I'm creating a simple application that has no use for a masterpage.

+2  A: 

Alternatively, just create an "Empty ASP.NET Web Application", then add your pages as you see fit.

Matt Greer