Ask a Question related to ASP Database, Design and Development.
-
Dave #1
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
-
#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... -
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,... -
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... -
Fantastic Tutorial Site Found!
I found a fantastic site with tutorials for PS and PE. It is myjanee.com -
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... -
Chris Hohmann #2
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
-
Roy in #3
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
-
Chris Hohmann #4
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...Absolutely. With WSC's, as is true for COM in general, you have the> do these suckers maintain state across pages?
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
-
Roy in #5
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
-
Chris Hohmann #6
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...class> so i spent more than a few gruelling brain cycles trying to create aAndrew Clinick published the following article on 1999-10-13, so WSC is> in asp , only to eventually discover that they would not hold stgate.
>
> this will be fun.
>
> How new is this?
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
-
Roy in #7
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...> class> > so i spent more than a few gruelling brain cycles trying to create a>> > 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



Reply With Quote

