473,406 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Website deployment

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
Jul 21 '05 #1
2 1552
Kal
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" <ms**@g-fit.fr> wrote in message news:<#J**************@TK2MSFTNGP09.phx.gbl>...
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

Jul 21 '05 #2

"Kal" <ka*****@yahoo.com> a écrit dans le message de
news:77**************************@posting.google.c om...
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.
Ah, thanks, that's great. Although it doesn't remove VSS folders and debug
files in /bin, it's really helpful !
Here's a link to a M$ article that you might find useful
http://www.microsoft.com/downloads/d...DisplayLang=en

Thanks for that link also, will download the tips and dig through.

Kal.

"G-Fit" <ms**@g-fit.fr> wrote in message

news:<#J**************@TK2MSFTNGP09.phx.gbl>...
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

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: John Holmes | last post by:
We have a couple of websites on our Intranet IIS server. We use the default website for some vended web apps, but the majority of our intranet exists on another IIS configured website. The problem...
2
by: G-Fit | last post by:
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...
0
by: Rich Lund | last post by:
I've posted in the MSI group but just in case someone else has run into this. If you use website deployment projects you might be able to help me: It seems recent changes to Windows Installer...
0
by: thatsMaBoy | last post by:
Hi, I have an ASP.Net web service application. The .Net installer (a deployment project) currently installs the web service in the Default Website area in IIS on the target server PC. This is...
10
by: TS | last post by:
i just noticed the website i created in VS 2005 is running on a different port than the default. I see that it is running on the local web server, and also that the website i created isn't in IIS....
2
by: CodeMonkey | last post by:
Hi all I created a web site project using Visual Studio 2005 and then created the Deployment Project to deploy it. I set the virtual directory property on the web application folder to "testsite"....
5
by: Ron | last post by:
Hi all, I am new at .net 2.0 deployment so can any one recommend me a good way or article to follow? What I want to do is (1)to deploy the website on the server2003 with IIS6 (2)we have...
5
by: Cirene | last post by:
When would I use "Copy Web site" over "Publish Website" or visa versa? Why would I use the Web Deployment Project vs these options? I want to make sure no one can pull up/read/download my vb...
0
by: XJ | last post by:
Hi experts, i have one doubt for this VS2005 "website" project and "web application", currently im using "website" to build my application, for deployment, i use "web deployment tools" to deliver...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.