473,320 Members | 1,977 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,320 software developers and data experts.

Copy ASP.NET project to another PC

How do you go about copying an ASP.NET project to another PC when you can't
use Copy Project. I basically want to transfer a copy to my home PC so I can
work from there.

Thanks, Rob.
Nov 18 '05 #1
5 969
Hi Rob,
http://support.microsoft.com/default...b;en-us;326495
http://support.microsoft.com/default...b;EN-US;320451

HTH

Regards
Ashish M Bhonkiya

"Rob Nicholson" <rob.nicholson@NOSPAM_informed-direct.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
How do you go about copying an ASP.NET project to another PC when you can't use Copy Project. I basically want to transfer a copy to my home PC so I can work from there.

Thanks, Rob.

Nov 18 '05 #2
> Thanks - that looks like it'll do the trick.

Unfortunately not :-( The KB articles rely upon a network connection between
the two computers in order to use Copy Project - that's the problem. My home
computer isn't on the network so need some way to package up the source
folder, transfer it (FTP, email, CD etc) and restore on the target PC.

Cheers, Rob.
Nov 18 '05 #4
Rob Nicholson wrote:
Thanks - that looks like it'll do the trick.


Unfortunately not :-( The KB articles rely upon a network connection between
the two computers in order to use Copy Project - that's the problem. My home
computer isn't on the network so need some way to package up the source
folder, transfer it (FTP, email, CD etc) and restore on the target PC.

Cheers, Rob.


I do it like this:

on my local computer i have this directory structure:

c:\Inetpub\wwwroot\WebApp1

packed this directory to ZIP file.

then in work:
1. create directory named WebApp1 in directory c:\Inetpub\wwwroot\
2. create new virtual directory(in IIS) name it WebApp1 and map it to dir c:\Inetpub\wwwroot\WebApp1
3. unzip ZIP file to directory c:\Inetpub\wwwroot\WebApp1
and it is. This work for me ok.
Nov 18 '05 #5
> I do it like this:

Will give it a go...

Thanks, Rob.
Nov 18 '05 #6

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

Similar topics

42
by: Edward Diener | last post by:
Coming from the C++ world I can not understand the reason why copy constructors are not used in the .NET framework. A copy constructor creates an object from a copy of another object of the same...
1
by: Google Jenny | last post by:
Hello. I created two projects, each containing the aspx and aspx.cs files for various web forms. I want to copy the aspx and aspx.cs files for this one page I designed from the project it's...
11
by: Etienne Charland | last post by:
Hi, I have a solution containing 6 C# projects; 1 WinForms project and 5 class libraries. I didn't have any problems until recently. I added a new project containing reports. I am using...
7
by: Wysiwyg | last post by:
Is there any way to add an embedded resource to a project without copying it to the project's directory? I have shared resources and don't want each project using the images, xml files, etc. to...
3
by: Johnny | last post by:
Hi, I have created an ASP.NET application (let's call it FooBar) with VS.NET on my local machine, residing in http://localhost/FooBar. Deploying it to another folder on my machine works well...
20
by: TM | last post by:
I have a form that I would like to use, with a few small code and control text changes, and was wondering if there was any way that I could somehow save another cop of the form so I can just import...
4
by: Richard Bell | last post by:
I'm new to visual studio. Is there an easy way to 'snap shot' a copy of a project from inside visual studio? Thanks
2
by: Bob | last post by:
Cannot copy assembly '<...>' to file <...>.dll'. The process cannot access the file because it is being used by another process. Could not copy temporary files to the output directory. The file...
1
by: coolsti | last post by:
Can anyone tell me the best way to copy an entire existing project in Visual Studio 2008 Express using C# to another project with another name? I cannot seem to find such an option in the menu...
4
by: Vili | last post by:
How to copy a visual studio 2005 web project with another name? I have a visual studio project 2005 web project "myWebSite1" in visual source safe I would like to copy this project with another...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.