Home All Groups Group Topic Archive Search About

New Project Template in VS 2003

Author
4 Oct 2005 7:56 PM
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.

Author
4 Oct 2005 11:34 PM
Scott M.
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.
>
Author
5 Oct 2005 3:26 AM
CodeBlows
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.

AddThis Social Bookmark Button