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

copy *.sln project to other computer.

Hello,

I have problem when copying the sln application
to other computer.

The project is on directory phones.

The other computer cannot even open the application :
doesn't find the application in the directory : webapplication1.

How can I copy applications between 2 computers ?

Thanks :)
Nov 19 '05 #1
3 2433
The web applications are in completely different places. If you have a web
application, your best bet is to either make an installer, or to try to
publish the web project using the copy project command in VS.Net. The copy
project probably won't work as the destination's firewall may block it, or
the destination's internet provider. If you don't want to run an installer,
you can also simply copy the entire web application, which is under the
inetpub\wwwroot directory by default over to the other computer's
inetpub\wwwroot directory. You'll need to have it adjust permissions on the
other computer so that the ASP.Net account and IUSR account have proper
privaleges.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"John M" <nobody@nospam_please.com> wrote in message
news:em*************@TK2MSFTNGP10.phx.gbl...
Hello,

I have problem when copying the sln application
to other computer.

The project is on directory phones.

The other computer cannot even open the application :
doesn't find the application in the directory : webapplication1.

How can I copy applications between 2 computers ?

Thanks :)

Nov 19 '05 #2
Use Windows Explorer to file copy theApplication from IIS1 to IIS2. I am
assuming theApplication will be copied to c:\Inetpub\wwwroot\theApplication.

Use MMC on IIS2 to configure theApplication as a virtual application.

Use Windows Explorer to log to theApplication directory.
Now I may get the next part confused a bit but the point is you have to edit
the files in the VS project files.

So start by dragging the .sln file into Notepad and edit any file paths to
point to theApplication. Do the same with the .csproj.user file and the
..csproj file.

Double click the .sln file and it should load into Visual Studio and run
without errors related to migrating from one box to another. The only caveat
I am learning may be relevant is the fact that theApplication may have used
the GAC on IIS1 in which case the same circumstances will have to be
replicated with the GAC on IIS2.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"John M" <nobody@nospam_please.com> wrote in message
news:em*************@TK2MSFTNGP10.phx.gbl...
Hello,

I have problem when copying the sln application
to other computer.

The project is on directory phones.

The other computer cannot even open the application :
doesn't find the application in the directory : webapplication1.

How can I copy applications between 2 computers ?

Thanks :)

Nov 19 '05 #3
I am using VB .NET, so what shall I do instead of .csproj.user and .csproj

Thanks :)

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:uQ**************@TK2MSFTNGP09.phx.gbl...
Use Windows Explorer to file copy theApplication from IIS1 to IIS2. I am
assuming theApplication will be copied to
c:\Inetpub\wwwroot\theApplication.

Use MMC on IIS2 to configure theApplication as a virtual application.

Use Windows Explorer to log to theApplication directory.
Now I may get the next part confused a bit but the point is you have to
edit the files in the VS project files.

So start by dragging the .sln file into Notepad and edit any file paths to
point to theApplication. Do the same with the .csproj.user file and the
.csproj file.

Double click the .sln file and it should load into Visual Studio and run
without errors related to migrating from one box to another. The only
caveat I am learning may be relevant is the fact that theApplication may
have used the GAC on IIS1 in which case the same circumstances will have
to be replicated with the GAC on IIS2.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"John M" <nobody@nospam_please.com> wrote in message
news:em*************@TK2MSFTNGP10.phx.gbl...
Hello,

I have problem when copying the sln application
to other computer.

The project is on directory phones.

The other computer cannot even open the application :
doesn't find the application in the directory : webapplication1.

How can I copy applications between 2 computers ?

Thanks :)


Nov 19 '05 #4

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...
2
by: simon | last post by:
I have file in one computer in the other country and I would like to copy it to my computer every night. What is the procedure? Any suggestion or example? Thank you, Simon
79
by: Klaus Bonadt | last post by:
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current...
0
by: Gregor | last post by:
Hello everyone, I have a problem with an ms-access ADP Project under Access XP and an SQL Server 2000. On my computer the program is running without any problems. Then I create a copy of the...
4
by: Atz | last post by:
Hi! I'm writing some program for voice commands ( for opening some programs ( word, excel )), i have some problems in this part. I'v downloaded MS Speech SDK for VC++6 but im using .NET. ...
4
by: simon | last post by:
I would like to create the program, which will zip one file on computer, copy it to the disk on the other computer and unzip it there. How can I do that? Any example? Thank you, Simon
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
17
by: Steve | last post by:
I'm trying to code cut, copy, and paste in vb 2005 so that when the user clicks on a toolbar button, the cut/copy/paste will work with whatever textbox the cursor is current located in (I have...
0
by: Paul Brady | last post by:
I volunteer at a youth ministry agency and help them with their student database. They have two computers, both running Windows XP. Both have Office 2002 installed without Access, except that...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.