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

Copying a ASP.NET web project

What is the easiest way for me to take with me a development project (an
ASP.NET web application) on the laptop? I want to sit on the beach and do
some development work ;) and then copy it back onto the server when I get
back from vacation.

I use the MS Visual Studio .NET 2003 Enterprise edition

Regards,
Christina
Nov 18 '05 #1
5 1032
Christina,

Just copy the directory containing your project which is probably in
c:\inetpub\wwwroot from one machine to the other.

Then on the target machine you will need to go into IIS Manager, in Default
Web Site you will find your directory and notice the icon is a reglar
folder. Right click on this directory to get the Properties dialog. In the
Directory tab you will notice the Application name property is disabled.
Click Create to create the application and click ok.

Now you should be able to go into your project directory and open the vbproj
file and your main project should open up. If you have multiple projects
you will need to add them to your solution.

-Sam Matzen
"Christina" <no*@mail.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
What is the easiest way for me to take with me a development project (an
ASP.NET web application) on the laptop? I want to sit on the beach and do
some development work ;) and then copy it back onto the server when I get
back from vacation.

I use the MS Visual Studio .NET 2003 Enterprise edition

Regards,
Christina

Nov 18 '05 #2
WL
I thought you ought to make sure that
1. the *.webconfig file contains the correct URL
2. The directory just "above" your application directory is shared

Wim

"Samuel L Matzen" <sm*****@slm.com> wrote in message
news:e6**************@TK2MSFTNGP11.phx.gbl...
Christina,

Just copy the directory containing your project which is probably in
c:\inetpub\wwwroot from one machine to the other.

Then on the target machine you will need to go into IIS Manager, in Default Web Site you will find your directory and notice the icon is a reglar
folder. Right click on this directory to get the Properties dialog. In the Directory tab you will notice the Application name property is disabled.
Click Create to create the application and click ok.

Now you should be able to go into your project directory and open the vbproj file and your main project should open up. If you have multiple projects
you will need to add them to your solution.

-Sam Matzen
"Christina" <no*@mail.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
What is the easiest way for me to take with me a development project (an
ASP.NET web application) on the laptop? I want to sit on the beach and do some development work ;) and then copy it back onto the server when I get back from vacation.

I use the MS Visual Studio .NET 2003 Enterprise edition

Regards,
Christina


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.726 / Virus Database: 481 - Release Date: 22/07/04
Nov 18 '05 #3
Wim,

And I think if you don't place the project in the same directory as on the
original machine you will need to use a text editor and modify the *.webinfo
file.

-Sam Matzen
"WL" <no****@nospam.nospam> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...
I thought you ought to make sure that
1. the *.webconfig file contains the correct URL
2. The directory just "above" your application directory is shared

Wim

"Samuel L Matzen" <sm*****@slm.com> wrote in message
news:e6**************@TK2MSFTNGP11.phx.gbl...
Christina,

Just copy the directory containing your project which is probably in
c:\inetpub\wwwroot from one machine to the other.

Then on the target machine you will need to go into IIS Manager, in

Default
Web Site you will find your directory and notice the icon is a reglar
folder. Right click on this directory to get the Properties dialog. In

the
Directory tab you will notice the Application name property is disabled.
Click Create to create the application and click ok.

Now you should be able to go into your project directory and open the

vbproj
file and your main project should open up. If you have multiple projects
you will need to add them to your solution.

-Sam Matzen
"Christina" <no*@mail.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
What is the easiest way for me to take with me a development project (an ASP.NET web application) on the laptop? I want to sit on the beach and

do some development work ;) and then copy it back onto the server when I get back from vacation.

I use the MS Visual Studio .NET 2003 Enterprise edition

Regards,
Christina


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.726 / Virus Database: 481 - Release Date: 22/07/04

Nov 18 '05 #4
Thanks guys! It worked :)

*hugs*

Christina

"Samuel L Matzen" <sm*****@slm.com> skrev i melding
news:u6*************@tk2msftngp13.phx.gbl...
Wim,

And I think if you don't place the project in the same directory as on the
original machine you will need to use a text editor and modify the *.webinfo file.

-Sam Matzen
"WL" <no****@nospam.nospam> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...
I thought you ought to make sure that
1. the *.webconfig file contains the correct URL
2. The directory just "above" your application directory is shared

Wim

"Samuel L Matzen" <sm*****@slm.com> wrote in message
news:e6**************@TK2MSFTNGP11.phx.gbl...
Christina,

Just copy the directory containing your project which is probably in
c:\inetpub\wwwroot from one machine to the other.

Then on the target machine you will need to go into IIS Manager, in

Default
Web Site you will find your directory and notice the icon is a reglar
folder. Right click on this directory to get the Properties dialog. In
the
Directory tab you will notice the Application name property is
disabled. Click Create to create the application and click ok.

Now you should be able to go into your project directory and open the

vbproj
file and your main project should open up. If you have multiple projects you will need to add them to your solution.

-Sam Matzen
"Christina" <no*@mail.com> wrote in message
news:O$**************@TK2MSFTNGP12.phx.gbl...
> What is the easiest way for me to take with me a development project (an > ASP.NET web application) on the laptop? I want to sit on the beach

and do
> some development work ;) and then copy it back onto the server when
I get
> back from vacation.
>
> I use the MS Visual Studio .NET 2003 Enterprise edition
>
> Regards,
> Christina
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.726 / Virus Database: 481 - Release Date: 22/07/04


Nov 18 '05 #5
wl
Thanks for the hugs, Christina ;-)

"Christina" <no*@mail.com> wrote in message
news:uP**************@TK2MSFTNGP10.phx.gbl...
Thanks guys! It worked :)

*hugs*

Christina

"Samuel L Matzen" <sm*****@slm.com> skrev i melding
news:u6*************@tk2msftngp13.phx.gbl...
Wim,

And I think if you don't place the project in the same directory as on the
original machine you will need to use a text editor and modify the *.webinfo
file.

-Sam Matzen
"WL" <no****@nospam.nospam> wrote in message
news:OV**************@TK2MSFTNGP09.phx.gbl...
I thought you ought to make sure that
1. the *.webconfig file contains the correct URL
2. The directory just "above" your application directory is shared

Wim

"Samuel L Matzen" <sm*****@slm.com> wrote in message
news:e6**************@TK2MSFTNGP11.phx.gbl...
> Christina,
>
> Just copy the directory containing your project which is probably in
> c:\inetpub\wwwroot from one machine to the other.
>
> Then on the target machine you will need to go into IIS Manager, in
Default
> Web Site you will find your directory and notice the icon is a reglar > folder. Right click on this directory to get the Properties dialog. In the
> Directory tab you will notice the Application name property is disabled. > Click Create to create the application and click ok.
>
> Now you should be able to go into your project directory and open the vbproj
> file and your main project should open up. If you have multiple

projects
> you will need to add them to your solution.
>
> -Sam Matzen
>
>
> "Christina" <no*@mail.com> wrote in message
> news:O$**************@TK2MSFTNGP12.phx.gbl...
> > What is the easiest way for me to take with me a development
project (an
> > ASP.NET web application) on the laptop? I want to sit on the beach

and do
> > some development work ;) and then copy it back onto the server
when I get
> > back from vacation.
> >
> > I use the MS Visual Studio .NET 2003 Enterprise edition
> >
> > Regards,
> > Christina
> >
> >
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.726 / Virus Database: 481 - Release Date: 22/07/04



Nov 18 '05 #6

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

Similar topics

8
by: John Smith | last post by:
Hi folks, I know how to place text into the user's clipboard: Clipboard.SetDataObject("My Copied Text"); but how do I place a file in there? So, if I have a file C:\test.txt, how can I place...
2
by: Steve | last post by:
I have an assembly ComnAssembly.dll which is used by 3 applications. In other words there are 3 solutions which include ComnAssembly.dll project. In order to avoid manual copying I use...
0
by: postings | last post by:
Hi I'm a little confused. I've deployed my ASP.NET project by using the "copy project" feature of VS2003. Works fine. I'm stuck however in copying individual files to the deployed solution. ...
0
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...
5
by: TB | last post by:
Hi All: This news group is proving to be great help on my path towards mastering ASP.NET thanks to all of you helpful souls out there. I am looking forward to the day when I can contribute...
6
by: solex | last post by:
Hello, I am trying to use serialization to copy objects. The object in question "Institution" inherits from a parent object "Party" both are marked as <Serializable()>. Initially I can copy an...
1
by: Bob Smith | last post by:
I'm using VB.NET 2003 to extend the functionality of an application (Cadcorp GIS) and have a solution with a single project, a user control and a constants file added from the application. The...
4
by: tshad | last post by:
I have an old version of VS 2002 and want to make a copy of my Visual Studio project to another project with another name. In VS 2003, you can do it but there is no copy project command in VS 2002...
2
by: Edhy Rijo [Progytech] | last post by:
Hi All, I am learning VB.NET and building small application that will do the following: 1.. Copy all files from a DVD to a specific folder in the hard drive and overwrite all files always. The...
2
by: schneider | last post by:
Hi all, I want to publish my asp.net 2.0 website using the "publish website" feature of visual studio 2005. everything works fine so far, but the IDE only compiles and copies the aspx, ascx,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.