Connecting Tech Pros Worldwide Forums | Help | Site Map

Website deployment

G-Fit
Guest
 
Posts: n/a
#1: Nov 22 '05
Hi group,

(sorry if deployment is not the right term for what I mean).
I develop a website at my desk, testing it with my own IIS on my own box.
Then when a new feature is ready for release, I have to copy the modified
files to the 'real' website. That is, I copy the DLL in /bin, and any .aspx
or .ascx I changed. I don't want to put there my .cs nor .resx

Now, when I change a lot of .aspx files, that means a lot of time digging
through every directory to copy only the pages and not the code behind.
There must be a way to do that nicely ? What button did I miss in VS.NET ?

Thanks,
Karine Proot
G-Fit



Kal
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Website deployment


What you need to do is:

Select/Highlight the web project in the solution explorer
From the menu go to Project | Copy Project (there is also an icon for
this in the Solution Explorer)

this pops up a dialog for you to fill in.

I find that creating a virtual folder on your workstation first as the
'deployment' folder works best, then use file share for web access,
and copy only the files needed for your application.

that should do the trick.

Here's a link to a M$ article that you might find useful
http://www.microsoft.com/downloads/d...DisplayLang=en

Kal.

"G-Fit" <msdn@g-fit.fr> wrote in message news:<#JOufZXSEHA.4028@TK2MSFTNGP09.phx.gbl>...[color=blue]
> Hi group,
>
> (sorry if deployment is not the right term for what I mean).
> I develop a website at my desk, testing it with my own IIS on my own box.
> Then when a new feature is ready for release, I have to copy the modified
> files to the 'real' website. That is, I copy the DLL in /bin, and any .aspx
> or .ascx I changed. I don't want to put there my .cs nor .resx
>
> Now, when I change a lot of .aspx files, that means a lot of time digging
> through every directory to copy only the pages and not the code behind.
> There must be a way to do that nicely ? What button did I miss in VS.NET ?
>
> Thanks,
> Karine Proot
> G-Fit[/color]
G-Fit
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Website deployment



"Kal" <kal5133@yahoo.com> a écrit dans le message de
news:77f394e5.0406031030.11ddeccc@posting.google.c om...[color=blue]
> What you need to do is:
>
> Select/Highlight the web project in the solution explorer
> From the menu go to Project | Copy Project (there is also an icon for
> this in the Solution Explorer)
>
> this pops up a dialog for you to fill in.
>
> I find that creating a virtual folder on your workstation first as the
> 'deployment' folder works best, then use file share for web access,
> and copy only the files needed for your application.
>
> that should do the trick.[/color]

Ah, thanks, that's great. Although it doesn't remove VSS folders and debug
files in /bin, it's really helpful !
[color=blue]
> Here's a link to a M$ article that you might find useful
>[/color]
http://www.microsoft.com/downloads/d...DisplayLang=en

Thanks for that link also, will download the tips and dig through.
[color=blue]
>
> Kal.
>
> "G-Fit" <msdn@g-fit.fr> wrote in message[/color]
news:<#JOufZXSEHA.4028@TK2MSFTNGP09.phx.gbl>...[color=blue][color=green]
> > Hi group,
> >
> > (sorry if deployment is not the right term for what I mean).
> > I develop a website at my desk, testing it with my own IIS on my own[/color][/color]
box.[color=blue][color=green]
> > Then when a new feature is ready for release, I have to copy the[/color][/color]
modified[color=blue][color=green]
> > files to the 'real' website. That is, I copy the DLL in /bin, and any[/color][/color]
..aspx[color=blue][color=green]
> > or .ascx I changed. I don't want to put there my .cs nor .resx
> >
> > Now, when I change a lot of .aspx files, that means a lot of time[/color][/color]
digging[color=blue][color=green]
> > through every directory to copy only the pages and not the code behind.
> > There must be a way to do that nicely ? What button did I miss in VS.NET[/color][/color]
?[color=blue][color=green]
> >
> > Thanks,
> > Karine Proot
> > G-Fit[/color][/color]


Closed Thread