please dont rip this site
Platform SDK: IIS SDK
      [IIS 5.0] [IIS 5.1] [IIS 6.0]

Server.CreateObject

The CreateObject method creates an instance of a server component. If the component has implemented the OnStartPage and OnEndPage methods, the OnStartPage method is called at this time.

Syntax

Server.CreateObject( progID)

Parameters

progID
Specifies the type of object to create. The format for progID is [Vendor.]Component[. Version].

Remarks

By default, objects created by the Server.CreateObject method have page scope. This means that they are automatically destroyed by the server when it finishes processing the current ASP page.

To create an object that has session or application scope, you can either use the <OBJECT> tag in the Global.asa file and set the SCOPE attribute to SESSION or APPLICATION, or you can store the object in a session or application variable.

For example, an object stored in a session variable, as shown in the following script, is destroyed when the Session Object object is destroyed. That is, when the session times out, or the Session.Abandon method is called.

<% Set Session("ad") =index.html Server.CreateObject("MSWC.AdRotator")%>

You can also destroy the object by setting the variable to Nothing or by setting the variable to a new value, as shown in the following code. The first example releases the object ad. The second replaces ad with a string.

<% Session("ad") =index.html Nothing %>

<% Session("ad") = "some other value" %>

You cannot create an object instance with the same name as a built-in object. For example, the following returns an error.

<% Set Response =index.html Server.CreateObject("Response") %> 

Example

The following example creates a server component, MyAd, as a MSWC.AdRotator component that can be used to automate the rotation of advertisements on a Web page.

<% Set MyAd =index.html Server.CreateObject("MSWC.AdRotator") %> 

For more information about server components, see Building COM Components for ASP.

Applies To

Server Object

Requirements

Platforms: Windows 2000 with IIS 5.0 installed, Windows XP with IIS 5.1 installed, Windows Server 2003 family with IIS 6.0 installed

Platform SDK Release: February 2003
What did you think of this topic?
Order a Platform SDK CD


file: /Techref/language/asp/obj/ref_vbom_seromco.htm, 4KB, , updated: 2003/5/15 14:13, local time: 2024/3/28 07:36,
TOP NEW HELP FIND: 
3.94.150.98:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/Techref/language/asp/obj/ref_vbom_seromco.htm"> Server.CreateObject</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .