New Project Template in VS 2003

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

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.
 
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.
 
With the current project open, go to Projects - Add Existing Files,
Change the file type to Web files, find the files you want to add and
then click ok.
 
Back
Top