IT Request: Log Changes to ASP code

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default IT Request: Log Changes to ASP code

    I do contract development on a large public site for a city government agency.
    The IT department , in response to the site hanging randomly, wants me to
    start documenting my process/code changes. Yuck! (The site comes back up when
    the server is re-booted) I have never heard of ASP code doing something like
    this. One consultant suggested that it was the Access database --- that it
    needs to be de-fragmented.

    Does anyone have similiar experience? What is the deal w/documentation? Am
    I completely naive? What about the site hanging?





    LoisC. Guest

  2. Similar Questions and Discussions

    1. Request a Client-Side Certificate using ASP.NET Code
      (Type your message here) -------------------------------- From: surya Prakash Hi, for installing client certificate the conventionl method is...
    2. Simple Web Request failing with code 403 after several successful calls
      Hi, I have created a simple ASP.NET web service that I am testing with a Windows Form-based .NET application. The client application can make...
    3. Confused about a REQUEST.FORM and a REQUEST.QUERYSTRING
      This is snipit of code, supplied by PayPal with explanation about what has to be done to access their back end. I am confused because they first...
    4. best way to get data: request.form, request.params, controlname.value
      Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to...
    5. difference bet. request.querystring and Request.Params
      request.params for asp.net is the httprequest object, and this method gets a combined collection of querystring, cookies, form and servervars...
  3. #2

    Default Re: IT Request: Log Changes to ASP code

    On Wed, 23 Mar 2005 15:19:57 +0000 (UTC), LoisC.
    <webforumsuser@macromedia.com> wrote:
    > I do contract development on a large public site for a city government
    > agency.
    > The IT department , in response to the site hanging randomly, wants me
    > to
    > start documenting my process/code changes. Yuck! (The site comes back
    > up when
    > the server is re-booted) I have never heard of ASP code doing something
    > like
    > this. One consultant suggested that it was the Access database --- that
    > it
    > needs to be de-fragmented.
    >
    > Does anyone have similiar experience? What is the deal
    > w/documentation? Am
    > I completely naive? What about the site hanging?
    >
    Yes documentation of process is one of the things involved with quality
    assurance and documentation supervision that is usually done by large
    organizations who would need to audit their work (not just work).

    There are many tools to provide either a textual documentation or a real
    time doucmentation. The options is to use a CVS or SVN tree which keeps a
    version of all your files and you can perform rollback in time. This
    versioning system allows you to see which code was created, eliminated, by
    whom and which result did it provoqued.

    SVN [url]http://subversion.tigris.org/[/url]
    CVS [url]http://www.gnu.org/software/cvs/[/url]

    Other type of documentation is doing a project blog (journal) where you
    can save comment and document the procedual milestones of your project.

    Finally another uselful side is commenting the code since it also saves
    time on locating what do what. You can also learn the netiquette of code
    comenting by knowing what NOT to do here:
    [url]http://mindprod.com/unmaindocumentation.html[/url]

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  4. #3

    Default Re: IT Request: Log Changes to ASP code

    :)

    Alexandro,

    Thanks very much for your info... I appreciate it! Ahhh... the things I would have learned had I gone to school for this instead of being self-taught!

    L

    LoisC. Guest

  5. #4

    Default Re: IT Request: Log Changes to ASP code

    On Thu, 24 Mar 2005 14:18:40 +0000 (UTC), LoisC.
    <webforumsuser@macromedia.com> wrote:
    > :)
    >
    > Alexandro,
    >
    > Thanks very much for your info... I appreciate it! Ahhh... the
    > things I would have learned had I gone to school for this instead of
    > being self-taught!
    >
    > L
    >
    There is nothing wrong with being self-taught, except that you need to be
    a good teacher and student at the same time :)


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado 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