update my own app - asp

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

    update my own app - asp

    For laptop users who have an ASP application running on their laptops
    - is there a way I can have it check when connected to the network
    (via the FSO lastmodifieddat e) which files need to be updated
    (enhancements, etc.), then shoot the ASP pages that have changed down
    to the client?
  • Ray at

    #2
    Re: update my own app - asp

    In what way do you mean this? Are you talking about web developers who take
    projects with them on their laptops or users of your site with laptops? If
    the former, the offline files feature in W2K or XP can handle this.

    Ray at work

    "MW" <mwkuiken@hotma il.com> wrote in message
    news:708c7d36.0 401140504.5f171 a9e@posting.goo gle.com...[color=blue]
    > For laptop users who have an ASP application running on their laptops
    > - is there a way I can have it check when connected to the network
    > (via the FSO lastmodifieddat e) which files need to be updated
    > (enhancements, etc.), then shoot the ASP pages that have changed down
    > to the client?[/color]


    Comment

    • MW

      #3
      Re: update my own app - asp

      More users of an "offline" version of the same web app.


      "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message news:<uVCaFaq2D HA.2184@TK2MSFT NGP12.phx.gbl>. ..[color=blue]
      > In what way do you mean this? Are you talking about web developers who take
      > projects with them on their laptops or users of your site with laptops? If
      > the former, the offline files feature in W2K or XP can handle this.
      >
      > Ray at work
      >
      > "MW" <mwkuiken@hotma il.com> wrote in message
      > news:708c7d36.0 401140504.5f171 a9e@posting.goo gle.com...[color=green]
      > > For laptop users who have an ASP application running on their laptops
      > > - is there a way I can have it check when connected to the network
      > > (via the FSO lastmodifieddat e) which files need to be updated
      > > (enhancements, etc.), then shoot the ASP pages that have changed down
      > > to the client?[/color][/color]

      Comment

      • Ray at

        #4
        Re: update my own app - asp

        These are the users of your web application, or developers edit the .asp
        files? Can you clarify what you're asking?

        Ray at work

        "MW" <mwkuiken@hotma il.com> wrote in message
        news:708c7d36.0 401141234.136b1 221@posting.goo gle.com...[color=blue]
        > More users of an "offline" version of the same web app.
        >
        >
        > "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message[/color]
        news:<uVCaFaq2D HA.2184@TK2MSFT NGP12.phx.gbl>. ..[color=blue][color=green]
        > > In what way do you mean this? Are you talking about web developers who[/color][/color]
        take[color=blue][color=green]
        > > projects with them on their laptops or users of your site with laptops?[/color][/color]
        If[color=blue][color=green]
        > > the former, the offline files feature in W2K or XP can handle this.
        > >
        > > Ray at work
        > >
        > > "MW" <mwkuiken@hotma il.com> wrote in message
        > > news:708c7d36.0 401140504.5f171 a9e@posting.goo gle.com...[color=darkred]
        > > > For laptop users who have an ASP application running on their laptops
        > > > - is there a way I can have it check when connected to the network
        > > > (via the FSO lastmodifieddat e) which files need to be updated
        > > > (enhancements, etc.), then shoot the ASP pages that have changed down
        > > > to the client?[/color][/color][/color]


        Comment

        • MW

          #5
          Re: update my own app - asp

          Naaa - the "offline" app is really just a clone of the online app, but
          for guys in the field with no Internet connection, and with very
          little data.

          So when I make an enhancement to the online application (the one on
          our Intranet), I was wondering if the "offline" application could do a
          quick check (via the FSO and lastmodifieddat e) to determine the
          changed ASP's and push them out to the "offline" app. Kinda like a
          "Windows Update", but without the ActiveX.


          "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message news:<#g5hO9t2D HA.2528@TK2MSFT NGP09.phx.gbl>. ..[color=blue]
          > These are the users of your web application, or developers edit the .asp
          > files? Can you clarify what you're asking?
          >
          > Ray at work
          >
          > "MW" <mwkuiken@hotma il.com> wrote in message
          > news:708c7d36.0 401141234.136b1 221@posting.goo gle.com...[color=green]
          > > More users of an "offline" version of the same web app.
          > >
          > >
          > > "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message[/color]
          > news:<uVCaFaq2D HA.2184@TK2MSFT NGP12.phx.gbl>. ..[color=green][color=darkred]
          > > > In what way do you mean this? Are you talking about web developers who[/color][/color]
          > take[color=green][color=darkred]
          > > > projects with them on their laptops or users of your site with laptops?[/color][/color]
          > If[color=green][color=darkred]
          > > > the former, the offline files feature in W2K or XP can handle this.
          > > >
          > > > Ray at work
          > > >
          > > > "MW" <mwkuiken@hotma il.com> wrote in message
          > > > news:708c7d36.0 401140504.5f171 a9e@posting.goo gle.com...
          > > > > For laptop users who have an ASP application running on their laptops
          > > > > - is there a way I can have it check when connected to the network
          > > > > (via the FSO lastmodifieddat e) which files need to be updated
          > > > > (enhancements, etc.), then shoot the ASP pages that have changed down
          > > > > to the client?[/color][/color][/color]

          Comment

          • Ray at

            #6
            Re: update my own app - asp

            While doing something like this would be possible, it would be far from a
            simple task. You'd have to install IIS on those machines and setup
            duplicate intranets locally on their machines, and you'd have to have a way
            of distributing your updated files, a way a storing data locally on their
            machines and then merging later when they're online, as well as
            synchronizing all the data back out to their machines after that. This
            would be a management nightmare to do. If you think about how an intranet
            works, you should hopefully see why. Forget that it's your intranet for a
            moment and pretend someone asked you if he could somehow get Ebay on his
            computer to use when he's not connected to the Internet. Even if you were
            Ebay's webmaster, can you think of a way to do this, a good way? No.

            A client based application would be a much better solution, if it's
            important for your users to be able to easily track things when offline. It
            would be much simpler in the long end if you threw together even just a
            simple VB app that mimics your intranet application and make it so that it
            logs the user's data to a file that he can later upload to your intranet.
            And have your ASP code parse that info and stick it in your database on the
            server. Or something along these lines.

            Ray at work

            "MW" <mwkuiken@hotma il.com> wrote in message
            news:708c7d36.0 401142146.71a97 2a1@posting.goo gle.com...[color=blue]
            > Naaa - the "offline" app is really just a clone of the online app, but
            > for guys in the field with no Internet connection, and with very
            > little data.
            >
            > So when I make an enhancement to the online application (the one on
            > our Intranet), I was wondering if the "offline" application could do a
            > quick check (via the FSO and lastmodifieddat e) to determine the
            > changed ASP's and push them out to the "offline" app. Kinda like a
            > "Windows Update", but without the ActiveX.
            >
            >
            > "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message[/color]
            news:<#g5hO9t2D HA.2528@TK2MSFT NGP09.phx.gbl>. ..[color=blue][color=green]
            > > These are the users of your web application, or developers edit the .asp
            > > files? Can you clarify what you're asking?
            > >
            > > Ray at work
            > >
            > > "MW" <mwkuiken@hotma il.com> wrote in message
            > > news:708c7d36.0 401141234.136b1 221@posting.goo gle.com...[color=darkred]
            > > > More users of an "offline" version of the same web app.
            > > >
            > > >
            > > > "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in[/color][/color][/color]
            message[color=blue][color=green]
            > > news:<uVCaFaq2D HA.2184@TK2MSFT NGP12.phx.gbl>. ..[color=darkred]
            > > > > In what way do you mean this? Are you talking about web developers[/color][/color][/color]
            who[color=blue][color=green]
            > > take[color=darkred]
            > > > > projects with them on their laptops or users of your site with[/color][/color][/color]
            laptops?[color=blue][color=green]
            > > If[color=darkred]
            > > > > the former, the offline files feature in W2K or XP can handle this.
            > > > >
            > > > > Ray at work
            > > > >
            > > > > "MW" <mwkuiken@hotma il.com> wrote in message
            > > > > news:708c7d36.0 401140504.5f171 a9e@posting.goo gle.com...
            > > > > > For laptop users who have an ASP application running on their[/color][/color][/color]
            laptops[color=blue][color=green][color=darkred]
            > > > > > - is there a way I can have it check when connected to the network
            > > > > > (via the FSO lastmodifieddat e) which files need to be updated
            > > > > > (enhancements, etc.), then shoot the ASP pages that have changed[/color][/color][/color]
            down[color=blue][color=green][color=darkred]
            > > > > > to the client?[/color][/color][/color]


            Comment

            Working...