B
Bruce Schechter
Whereas Microsoft highlights the concept of "xcopy deployment" for .NET
applications, I gather that it is not necessarily possible to move an
ASP.NET application from one computer to another via xcopy. After doing
some simple development via vs.net I found that xcopy'ing my app from a
development workstation to the production server didn't work, but I easily
dealt with that problem via vs.net's "copy project" menu command. I assume
that "copy project" is altering metadata within certain files to configure
the app for the target computer, and perhaps making some changes in IIS on
the target to set up the new application. So far, so good.
But today I decided to use some sample code from that I downloaded from the
web. I put the collection of files for the sample application into a new
directory withing the wwwroot directory (where IIS is running on my local
development client computer.) When I try to load the code in vs.net, I am
not able to do so. I've tried opening via both the .sln file and the
..csproj file, but neither works.
Is there a good article somewhere that describes the general topic of moving
application files around between multiple development workstations and
finally to the production server? This whole topic has been confusing to
me, and none of the .NET or ASP.NET books I own seem to cover it.
Thanks!
Bruce Schechter
applications, I gather that it is not necessarily possible to move an
ASP.NET application from one computer to another via xcopy. After doing
some simple development via vs.net I found that xcopy'ing my app from a
development workstation to the production server didn't work, but I easily
dealt with that problem via vs.net's "copy project" menu command. I assume
that "copy project" is altering metadata within certain files to configure
the app for the target computer, and perhaps making some changes in IIS on
the target to set up the new application. So far, so good.
But today I decided to use some sample code from that I downloaded from the
web. I put the collection of files for the sample application into a new
directory withing the wwwroot directory (where IIS is running on my local
development client computer.) When I try to load the code in vs.net, I am
not able to do so. I've tried opening via both the .sln file and the
..csproj file, but neither works.
Is there a good article somewhere that describes the general topic of moving
application files around between multiple development workstations and
finally to the production server? This whole topic has been confusing to
me, and none of the .NET or ASP.NET books I own seem to cover it.
Thanks!
Bruce Schechter