|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
New Project Template in VS 2003Hello there,
When ever visual studio loads up web projects it creats WebForm1.aspx, web.config files right, I want to include my own custom files (login.aspx, Logout.aspx) along with Webform1.aspx. How can I do this. If you have Enterprise Architect Edition, you can create your own project
template that includes whatever files you want. If you don't, you can search your hard drive for files named Webform1.aspx (in an attempt to locate the directory where the original "master" files are on your machine). When you locate this folder, you can place your own additional files in this directory. For me, I did this and changed the master Webform1.aspx so that it is Form Layout mode, rather than Grid Layout mode and now, on all my new projects, I get a page in the mode that I want. Show quote "Victor" <m.ram***@gmail.com> wrote in message news:1128455802.665958.323790@g49g2000cwa.googlegroups.com... > Hello there, > When ever visual studio loads up web projects it creats WebForm1.aspx, > web.config files right, I want to include my own custom files > (login.aspx, Logout.aspx) along with Webform1.aspx. > How can I do this. > |
|||||||||||||||||||||||