MWill
MWill

Reputation: 195

Creating a Visual Studios 2010 ASP.NET application without a Masterpage

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.

Upvotes: 1

Views: 1524

Answers (1)

Matt Greer
Matt Greer

Reputation: 62057

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

Upvotes: 3

Related Questions