No files copied using Copy Project

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. '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...
  3. #2

    Default 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...
    > 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
    > >
    > >
    > >
    >
    >

    Christopher Campbell Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139