Tutorial on MS site. Why would this be implemented?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Tutorial on MS site. Why would this be implemented?

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;299983[/url]


    Dave


    Dave Guest

  2. Similar Questions and Discussions

    1. #39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
      From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug...
    2. PHP auction site tutorial?
      Anyone know where I can get tutorials, or find resources on creating php-based auction sites? There seem to be quite a few commercial versions,...
    3. need tutorial and good site
      I Need Update one table of a company This system is all in Excel with table of clients and prices of products. I like to develop a site with...
    4. Fantastic Tutorial Site Found!
      I found a fantastic site with tutorials for PS and PE. It is myjanee.com
    5. Anyone know of a good tutorial site for datalist datagrid?
      Hi Shane, Have a look at http://www.datagridgirl.com/ - she has a lot of links to useful articles covering a whole range of issues and uses all...
  3. #2

    Default Re: Tutorial on MS site. Why would this be implemented?

    Dave-

    Here are two excellent articles that discuss implementing WSC's and
    there beneifts.

    [url]http://www.4guysfromrolla.com/webtech/050400-1.shtml[/url]
    [url]http://www.4guysfromrolla.com/webtech/101800-1.shtml[/url]

    In brief, WSC's offer a nice middle ground between ASP and full fledged
    (compiled) components. All the fun of component architecture without the
    headaches. What's not to love. The most compelling (and often
    overlooked) aspect of WSC's is the fact that you don't even have to
    register them! What this means is that is a shared hosting environment,
    you can do COM without having to plead with the sysadmins at your
    service provider to register your component. Understandablly, sysadmins
    are reluctant to even discuss custom componnents installing/updating a
    component requires IIS to be shutdown.




    Chris Hohmann Guest

  4. #3

    Default Re: Tutorial on MS site. Why would this be implemented?

    do these suckers maintain state across pages?



    "Chris Hohmann" <hohmannATyahooDOTcom> wrote in message
    news:ORXCD4FWDHA.488@TK2MSFTNGP10.phx.gbl...
    > Dave-
    >
    > Here are two excellent articles that discuss implementing WSC's and
    > there beneifts.
    >
    > [url]http://www.4guysfromrolla.com/webtech/050400-1.shtml[/url]
    > [url]http://www.4guysfromrolla.com/webtech/101800-1.shtml[/url]
    >
    > In brief, WSC's offer a nice middle ground between ASP and full fledged
    > (compiled) components. All the fun of component architecture without the
    > headaches. What's not to love. The most compelling (and often
    > overlooked) aspect of WSC's is the fact that you don't even have to
    > register them! What this means is that is a shared hosting environment,
    > you can do COM without having to plead with the sysadmins at your
    > service provider to register your component. Understandablly, sysadmins
    > are reluctant to even discuss custom componnents installing/updating a
    > component requires IIS to be shutdown.
    >
    >
    >
    >

    Roy in Guest

  5. #4

    Default Re: Tutorial on MS site. Why would this be implemented?

    "Roy in <%=H.E.Double Toothpicks $>" <Roy@DoubleToothpicks.com> wrote in
    message news:eswnxAGWDHA.656@tk2msftngp13.phx.gbl...
    > do these suckers maintain state across pages?
    Absolutely. With WSC's, as is true for COM in general, you have the
    option to "implement" the ASP object model. As such, assuming you want
    it, you have access to all of ASP's intrinsic object/methods/properties,
    including the Session object. If you want to roll your own state
    management for a web farm or for state management across multiple web
    apps, WSC fits very nicely into those models as well.

    Here's a link to the implements tag in WSC:
    [url]http://msdn.microsoft.com/library/en-us/script56/html/leteleimplements.asp[/url]


    Chris Hohmann Guest

  6. #5

    Default Re: Tutorial on MS site. Why would this be implemented?

    so i spent more than a few gruelling brain cycles trying to create a class
    in asp , only to eventually discover that they would not hold stgate.

    this will be fun.

    How new is this?

    "Chris Hohmann" <hohmannATyahooDOTcom> wrote in message
    news:OQ$1CHHWDHA.212@TK2MSFTNGP12.phx.gbl...
    > "Roy in <%=H.E.Double Toothpicks $>" <Roy@DoubleToothpicks.com> wrote in
    > message news:eswnxAGWDHA.656@tk2msftngp13.phx.gbl...
    > > do these suckers maintain state across pages?
    >
    > Absolutely. With WSC's, as is true for COM in general, you have the
    > option to "implement" the ASP object model. As such, assuming you want
    > it, you have access to all of ASP's intrinsic object/methods/properties,
    > including the Session object. If you want to roll your own state
    > management for a web farm or for state management across multiple web
    > apps, WSC fits very nicely into those models as well.
    >
    > Here's a link to the implements tag in WSC:
    > [url]http://msdn.microsoft.com/library/en-us/script56/html/leteleimplements.asp[/url]
    >
    >

    Roy in Guest

  7. #6

    Default Re: Tutorial on MS site. Why would this be implemented?

    "Roy in <%=H.E.Double Toothpicks $>" <Roy@DoubleToothpicks.com> wrote in
    message news:e5Q$CyHWDHA.216@TK2MSFTNGP11.phx.gbl...
    > so i spent more than a few gruelling brain cycles trying to create a
    class
    > in asp , only to eventually discover that they would not hold stgate.
    >
    > this will be fun.
    >
    > How new is this?
    Andrew Clinick published the following article on 1999-10-13, so WSC is
    at least as old as that and more likely several months to a year older.

    [url]http://msdn.microsoft.com/library/en-us/dnclinic/html/scripting091399.asp[/url]


    Chris Hohmann Guest

  8. #7

    Default Re: Tutorial on MS site. Why would this be implemented?

    why are they making this new stuff up when they should be funneling everyone
    to dot net?


    "Chris Hohmann" <hohmannATyahooDOTcom> wrote in message
    news:%23YsCZ1IWDHA.2284@TK2MSFTNGP10.phx.gbl...
    > "Roy in <%=H.E.Double Toothpicks $>" <Roy@DoubleToothpicks.com> wrote in
    > message news:e5Q$CyHWDHA.216@TK2MSFTNGP11.phx.gbl...
    > > so i spent more than a few gruelling brain cycles trying to create a
    > class
    > > in asp , only to eventually discover that they would not hold stgate.
    > >
    > > this will be fun.
    > >
    > > How new is this?
    >
    > Andrew Clinick published the following article on 1999-10-13, so WSC is
    > at least as old as that and more likely several months to a year older.
    >
    > [url]http://msdn.microsoft.com/library/en-us/dnclinic/html/scripting091399.asp[/url]
    >
    >

    Roy in 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