Receipe for moving an ASP.NET source tree

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

  1. #1

    Default Re: Receipe for moving an ASP.NET source tree

    you should copy your web folder with all subfolders. that'd be enough...
    then create the new virtual folder or website using the regular procedure
    (management console, frontpage or vs.net) and copy the contents of your
    previous site.
    open vs.net, create a new project and point it to the new folder/site. it
    will open it without any problems.

    "Heinrich" <heinrichg@NOSPAM_idesign.net> wrote in message
    news:025e01c356d6$3e31ff80$a501280a@phx.gbl...
    > Does anybody have a simple receipe on how to move ASP.NET
    > source projects from one computer to another.
    > Specifically:
    >
    > a) ZIP what directory
    > b) How to setup new virtual directory, etc.

    Harley Guest

  2. Similar Questions and Discussions

    1. Ext. data source and Tree component
      Im using tree component and XMLConnector here. as far as i can see results in my tree (when testing my movie) it ouputs data thats loaded fom ext....
    2. Tree Component & MSSQL Source
      I'm trying to learn the Tree component and use it with data I've pulled through mssql -> PHP -> LSO and into (hopefully) the tree. All of the...
    3. moving data from one data source to another
      I'm trying to move data from one data source to another. I don't want to loop - because it will kill performance. A simple Select into or Insert...
    4. Update Tree data source with RemoteObject results
      I'm trying use a RemoteObject to dynamically populate a Tree Control, but when the data comes across the control is not updated with the results. ...
    5. Moving Randomly Moving Sprite To New Location on mouseEnter
      Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this...
  3. #2

    Default Re: Receipe for moving an ASP.NET source tree

    You can also use Visual Studio .NET's "Project-->Copy Project" command. I
    tell it to copy all files. This method automatically points the copied
    project to the new directory correctly.

    "Harley" <harleyobrien%40hotmail.com> wrote in message
    news:%23xy5BawVDHA.2268@TK2MSFTNGP11.phx.gbl...
    > you should copy your web folder with all subfolders. that'd be enough...
    > then create the new virtual folder or website using the regular procedure
    > (management console, frontpage or vs.net) and copy the contents of your
    > previous site.
    > open vs.net, create a new project and point it to the new folder/site. it
    > will open it without any problems.
    >
    > "Heinrich" <heinrichg@NOSPAM_idesign.net> wrote in message
    > news:025e01c356d6$3e31ff80$a501280a@phx.gbl...
    > > Does anybody have a simple receipe on how to move ASP.NET
    > > source projects from one computer to another.
    > > Specifically:
    > >
    > > a) ZIP what directory
    > > b) How to setup new virtual directory, etc.
    >
    >

    Mark Heimonen 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