The default web form name for Visual Studio WebForm1.aspx

By default, when creating a new WebForm in Visual Studio, it uses WebForm1.aspx

I always change this to Default.aspx.

Is there a way to change the default to always read Default.aspx?

+2


a source to share


1 answer


You can create your own project templates, including any content you like (including project settings). See http://msdn.microsoft.com/en-us/library/ms247120.aspx



+1


a source







All Articles