Uploading Programming Changes to the Server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Mitchell

    #1

    Uploading Programming Changes to the Server

    I have a rather simple project with several ASPX files. If I make a change
    to one of the files, can someone tell me the least I need to do to update my
    project on the server.

    Right now I am rebuiding the entire project, copying the to a directory and
    uploading all the files required to run the app to the server.

    Thanks in advance.



  • Sandy

    #2
    Uploading Programming Changes to the Server

    Put the global.asa and *.aspx in the top level
    directory. Create a bin directory underneath and put the
    single compiled .dll for your program in the bin
    directory.

    GL,
    Sandy
    [color=blue]
    >-----Original Message-----
    >I have a rather simple project with several ASPX files.[/color]
    If I make a change[color=blue]
    >to one of the files, can someone tell me the least I[/color]
    need to do to update my[color=blue]
    >project on the server.
    >
    >Right now I am rebuiding the entire project, copying the[/color]
    to a directory and[color=blue]
    >uploading all the files required to run the app to the[/color]
    server.[color=blue]
    >
    >Thanks in advance.
    >
    >
    >
    >.
    >[/color]

    Comment

    • Sandy

      #3
      Uploading Programming Changes to the Server

      Put the global.asa and *.aspx in the top level
      directory. Create a bin directory underneath and put the
      single compiled .dll for your program in the bin
      directory.

      GL,
      Sandy
      [color=blue]
      >-----Original Message-----
      >I have a rather simple project with several ASPX files.[/color]
      If I make a change[color=blue]
      >to one of the files, can someone tell me the least I[/color]
      need to do to update my[color=blue]
      >project on the server.
      >
      >Right now I am rebuiding the entire project, copying the[/color]
      to a directory and[color=blue]
      >uploading all the files required to run the app to the[/color]
      server.[color=blue]
      >
      >Thanks in advance.
      >
      >
      >
      >.
      >[/color]

      Comment

      • Sandy

        #4
        Uploading Programming Changes to the Server

        Put the global.asa and *.aspx in the top level
        directory. Create a bin directory underneath and put the
        single compiled .dll for your program in the bin
        directory.

        GL,
        Sandy
        [color=blue]
        >-----Original Message-----
        >I have a rather simple project with several ASPX files.[/color]
        If I make a change[color=blue]
        >to one of the files, can someone tell me the least I[/color]
        need to do to update my[color=blue]
        >project on the server.
        >
        >Right now I am rebuiding the entire project, copying the[/color]
        to a directory and[color=blue]
        >uploading all the files required to run the app to the[/color]
        server.[color=blue]
        >
        >Thanks in advance.
        >
        >
        >
        >.
        >[/color]

        Comment

        Working...