Control deployment question

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

  1. #1

    Default Control deployment question

    Hi - complete newbie question, so please bear with me...

    With classic ASP, I could have a folder containing "common code" that was
    accessed by ALL the different websites on my server. As the "common code"
    was improved, I would create a new folder for each upgrade (v1.0, v2.0, v3.0
    etc) and simply change the virtual directory mapping in each web site as I
    wanted to upgrade the sites.

    With ASP.NET 2.0, I envisage writing a set of compiled n-tier components.
    Again, I'd want these to be common to all the web sites on my server and
    again, I'd like to be able to follow a similar upgrade path. Is it possible
    to follow the Classic ASP example by creating a new folder and simply
    changing the virtual directory over, or is this something that is controlled
    by the web.config file? What's the most sensible way of achieving this?

    Thanks in advance.

    Griff

    PS - obviously the interfaces would have to remain constant so as to not
    have to change the actual web sites themselves...


    Griff Guest

  2. Similar Questions and Discussions

    1. Control Deployment
      Hi, I have developed a custom control, which is in the form of a DLL. Now I have to deploy it .. My control uses some javascripts and images and...
    2. web service deployment question
      hi, i have a web service which does xyz stuff...i have a reference of it in my asp.net web application. i call the web service asynchronously and...
    3. Server Control Deployment and Client Scripts?
      Barry, You shouldn't create that folder with your deployment. That folder is part of the Framework, and it already exists on the box. Jim...
    4. Custom Web Control Deployment Issue
      I have a custom web control in which I have created a setup project in the same solution. In the setup project, I have created a custom folder in...
    5. Question about ASP.NET Application Deployment
      In the help file, there is a section called Deploying .NET Applications: Lifecycle Guide. This guide will help with custom installers and may answer...
  3. #2

    Default Re: Control deployment question

    "Griff" <howling@the.moon> wrote in message
    news:%23Zzul266GHA.3644@TK2MSFTNGP03.phx.gbl...
    > What's the most sensible way of achieving this?
    [url]http://www.codeproject.com/aspnet/EWSWebPt1.asp[/url]


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