PDA

Click to See Complete Forum and Search --> : client or server


shastri_s
Sep 20th, 2000, 03:25 AM
Hi guys,

I have been asked this Question a no. of times.

When a client creates an instance of an activex dll residing on a server, where does this component execute ? client or server ?

Also where is the data associated with this component stored ? client or server memory ?

Regards

Shastri

Serge
Sep 20th, 2000, 10:01 AM
If you creating an instance of that DLL with Server.CreateObject then it will be a server side.

Checkout Microsoft's Site for Server-Side/Client-Side overview (http://msdn.microsoft.com/library/techart/msdn_viscript.htm)