Moving ASP.NET Application to Build Machine

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

  1. #1

    Default Re: Moving ASP.NET Application to Build Machine

    1. Get latest version from SourceSafe
    2. Open Windows Explorer
    3. Right click on app folder
    4. Go to web sharing and name it the same as the project name (occasionally
    different, but this is most common)
    5. Open project on build machine

    To get this working flawlessly, set standards for developers (ie, name
    project and folder the same -- which is default, et al).

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think Outside the Box!
    ************************************************** **************************
    ****
    "Matthew Wieder" <Development@SatoriGroupInc.com> wrote in message
    news:3EFB2314.6020605@SatoriGroupInc.com...
    > Hi - we have a pretty traditional setup with the app being developed on
    > a development machine, checked into VSS and then checked out of VSS on a
    > build machine where it gets built for distribution. The problem is that
    > after opening the .sln file (in VS 2003) on the build machine, it
    > prompts me for the http location for the project. If I put
    > "http:\\localhost\NewName" it creates a folder in C:\Inetpub\wwwroot
    > called NewName and makes a copy of all the files there. Then when you
    > build, it outputs everything there as well. The problem is that I don't
    > want two copies of everything around. I need the project to run in the
    > directory location it got pulled from VSS. If I try to specify that
    > directory as the location for the project it complains that it needs a
    > valid http URL. If I manually create a virtual directory that maps to
    > the original directory and then use that http address as the location
    > for the project, it complains that that address already has a project.
    > Can anyone help?
    > thanks!
    >

    Cowboy \(Gregory A. Beamer\) Guest

  2. Similar Questions and Discussions

    1. ASP.NET 2.0 - How to build a Monitoring Application
      Hello to everybody, I would like to know how to build an ASP.NET 2.0 Application that show me some data from a SQL Server Table and refresh it...
    2. Moving from 6.1 to 7 (onto a different machine)
      Help! I have been working with (and learning) Dynamic webpages with the developers version of Coldfusion 6.1 on a standalone machine (laptop). We...
    3. Machine Name Application calls
      Hi, I have setup a .NET Chat Program using Web Services (concatenating new messages to an Application call) and am currently trying to extend...
    4. moving instance from one hp-ux machine to another
      Hi, we have a new hp-ux machine and are moving the database engine to it. I'd like to know if I can cheat the install process cleanly by copying the...
    5. Moving a harddrive to newer machine
      Hi all! I was just given a box with a PIII processor, and I intend to use it to replace my main server, which currently has a Pentium PRO 180...
  3. #2

    Default RE: Moving ASP.NET Application to Build Machine

    Hello Matthew,

    I believe it could help you much.

    "Web Projects and Source Control Integration in Visual Studio .NET"
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechar[/url]
    t/html/vetchwebprojectssourcecontrolintegrationinvisualst udionet.asp

    Best regards,
    yhhuang
    VS.NET, Visual C++
    Microsoft

    This posting is provided "AS IS" with no warranties, and confers no rights.
    Got .Net? [url]http://www.gotdotnet.com[/url]
    --------------------
    !Message-ID: <3EFB2314.6020605@SatoriGroupInc.com>
    !Date: Thu, 26 Jun 2003 12:45:08 -0400
    !From: Matthew Wieder <Development@SatoriGroupInc.com>
    !User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2)
    Gecko/20030208 Netscape/7.02
    !X-Accept-Language: en-us, en, he
    !MIME-Version: 1.0
    !Subject: Moving ASP.NET Application to Build Machine
    !Content-Type: text/plain; charset=us-ascii; format=flowed
    !Content-Transfer-Encoding: 7bit
    !Newsgroups: microsoft.public.dotnet.framework.aspnet
    !NNTP-Posting-Host: 207.106.112.178
    !Lines: 1
    !Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftn gp13.phx.gbl
    !Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:155157
    !X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
    !
    !Hi - we have a pretty traditional setup with the app being developed on
    !a development machine, checked into VSS and then checked out of VSS on a
    !build machine where it gets built for distribution. The problem is that
    !after opening the .sln file (in VS 2003) on the build machine, it
    !prompts me for the http location for the project. If I put
    !"http:\\localhost\NewName" it creates a folder in C:\Inetpub\wwwroot
    !called NewName and makes a copy of all the files there. Then when you
    !build, it outputs everything there as well. The problem is that I don't
    !want two copies of everything around. I need the project to run in the
    !directory location it got pulled from VSS. If I try to specify that
    !directory as the location for the project it complains that it needs a
    !valid http URL. If I manually create a virtual directory that maps to
    !the original directory and then use that http address as the location
    !for the project, it complains that that address already has a project.
    !Can anyone help?
    !thanks!
    !
    !

    Yan-Hong Huang[MSFT] 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