Ask a Question related to ASP.NET General, Design and Development.
-
Carl Prothman [MVP] #1
Re: No files copied using Copy Project
Christopher,
Double check that you are doing everything as outlined in the following kb article
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326356[/url]
Also, double check that the IIS Application (which you are publishing too) is
pointing to the correct physical drive:path as your expecting.
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
"Christopher Campbell" <ccampbell@ancorinfo.com> wrote in message news:#viCv4EYDHA.388@TK2MSFTNGP10.phx.gbl...> I am trying to deploy an ASP.NET app from a development server to a
> production server. I am trying to use the Copy Project command in VS.NET to
> copy only the files needed to run the application to the live server. I am
> using the Frontpage Server extensions method because I get an error trying
> to use the file share method. The Frontpage server extensions method seems
> to work, I see all the files being uploaded in the progress box but when I
> look at the folder on the web server it is empty.
>
> To answer the obvious question...yes, i've double-checked the folder to make
> sure that I'm uploading to the right place. I've actually done a complete
> search of the hard drives on the production server to make sure my files
> didn't go somewhere else.
>
> Can anyone shed any light on this problem?
>
> Thanks,
>
> Chris
>
>
>
Carl Prothman [MVP] Guest
-
i m using asp to copy a file but its not copied
hi i m using scripting.filesystemobject to copy a file from server directory with another name, but i m not able to do it whenever i call that... -
Offering music files that cannot be copied
Hi, I want to make available a few music tracks on the website I am building but I don?t want the user to be able to copy the files. What is the... -
How do you paste a layer in the exact position it was copied from? in a new project?
How do you paste a layer in the exact position it was copied from? in a new project? basically If I copy something from a project and open a new... -
copy Attachement from Email on server (files copied are not valid)
Hi, I'm getting emails from an address trough a script and I want to copy the attached files on the server. I can get the files and copy them on... -
'Copy project' menu item
Hi. Is it possible to use the Copy Project window to copy my project files to a machine on a different network? From my development machine I... -
Christopher Campbell #2
Re: No files copied using Copy Project
Thanks Carl...I got it fixed.
Not sure why this worked but here is what happened.
My team is working on the same project under source control. For some
reason, a couple of folders had been created in SourceSafe under the main
project folder. It looked like one for each developer. In VS, these
sub-folders didn't show, only in SourceSafe. I noticed this when I went in
to SourceSafe trying to figure out why I couldn't deploy the application.
I removed the project from source control and deleted the SourceSafe
project. Then I re-added the project to source control. All of the files
were put into the correct project folder in SourceSafe and I can now deploy
the project properly.
This also clued me in to the mistake we were making when a new developer
started working on a project that someone else had initiated. Each
developer was adding the project to source control under the main project
folder (if you haven't guessed, this is our first .NET project). This was
creating a new project folder under the main one. VS.NET doesn't seem to
have a problem with this and chugs merrily away letting you think all files
are in the root of the project.
We'll know better next time.
Thanks,
Chris
"Carl Prothman [MVP]" <carlpr@spamcop.net> wrote in message
news:%235B018FYDHA.212@TK2MSFTNGP12.phx.gbl...article> Christopher,
> Double check that you are doing everything as outlined in the following kbis> [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326356[/url]
>
> Also, double check that the IIS Application (which you are publishing too)news:#viCv4EYDHA.388@TK2MSFTNGP10.phx.gbl...> pointing to the correct physical drive:path as your expecting.
>
> --
>
> Thanks,
> Carl Prothman
> Microsoft ASP.NET MVP
> [url]http://www.able-consulting.com[/url]
>
>
> "Christopher Campbell" <ccampbell@ancorinfo.com> wrote in messageVS.NET to> > I am trying to deploy an ASP.NET app from a development server to a
> > production server. I am trying to use the Copy Project command inam> > copy only the files needed to run the application to the live server. Itrying> > using the Frontpage Server extensions method because I get an errorseems> > to use the file share method. The Frontpage server extensions methodI> > to work, I see all the files being uploaded in the progress box but whenmake> > look at the folder on the web server it is empty.
> >
> > To answer the obvious question...yes, i've double-checked the folder tocomplete> > sure that I'm uploading to the right place. I've actually done a>> > search of the hard drives on the production server to make sure my files
> > didn't go somewhere else.
> >
> > Can anyone shed any light on this problem?
> >
> > Thanks,
> >
> > Chris
> >
> >
> >
>
Christopher Campbell Guest



Reply With Quote

