Yes (at least for C#, but probably for VB as well). You need to modify the
javascript file used by the new project wizard. For example, to change this
for C# web applications, I modified <VStudio.NET install
directory>\VC#\VC#Wizards\CSharpWebAppWiz\Scripts\1033\default.js. I added
the following line as the first line of the function
AddDefaultDefaultHTMLPageLayoutToWizard:
selProj.Properties("DefaultHTMLPageLayout").Value = 0;
HTH,
Nicole
"Payton Byrd" <payto...@trane.com> wrote in message
news:%23iSWqRf...@TK2MSFTNGP10.phx.gbl...