|
 |
asp_components thread: making dll work in the server
Message #1 by "Subimal Banerjee" <subimal@g...> on Sun, 3 Sep 2000 11:15:59 +0530
|
|
Mr.James Le,
I think just FTPing the dll won't serve your purpose. The dll has to be
registered in the system registry of the hosting server then only it will
work and you will be able to make a connection of the dll with the asp page.
Bye
Subimal
Message #2 by James Le <leviettuan@y...> on Tue, 5 Sep 2000 08:35:38 -0700 (PDT)
|
|
Hi,
I understood that somehow the DLL file must be
registered in the system registry, but the server that
hosts my web is not my server, so I am wondering there
is any alternative way to make it work?
Thanks
--- Subimal Banerjee
<subimal@g...> wrote:
> Mr.James Le,
> I think just FTPing the dll won't serve your
> purpose. The dll has to be
> registered in the system registry of the hosting
> server then only it will
> work and you will be able to make a connection of
> the dll with the asp page.
>
> Bye
> Subimal
>
>
>
> leviettuan@y...
$subst('Email.Unsub')
=====
James Le
Chemical Engineering and Computer Science Departments
University of Minnesota
Home +x-xxx-xxx-xxxx
Work +x-xxx-xxx-xxxx
__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
Message #3 by Imar Spaanjaars <Imar@S...> on Tue, 05 Sep 2000 17:52:37 +0200
|
|
No.
You either own the server and you can do it yourself, or your host has to
do this.
Depending on the nature of your DLL you could move some code from the DLL
to plain ASP pages. However, this is the exact opposite of the preferred
method (moving code TO DLL's)
Imar
At 08:35 AM 9/5/2000 -0700, you wrote:
>Hi,
>
>I understood that somehow the DLL file must be
>registered in the system registry, but the server that
>hosts my web is not my server, so I am wondering there
>is any alternative way to make it work?
>
>Thanks
>--- Subimal Banerjee
><subimal@g...> wrote:
> > Mr.James Le,
> > I think just FTPing the dll won't serve your
> > purpose. The dll has to be
> > registered in the system registry of the hosting
> > server then only it will
> > work and you will be able to make a connection of
> > the dll with the asp page.
> >
> > Bye
> > Subimal
> >
> >
> >
> > leviettuan@y...
>$subst('Email.Unsub')
>
>
>=====
>James Le
>Chemical Engineering and Computer Science Departments
>University of Minnesota
>Home +x-xxx-xxx-xxxx
>Work +x-xxx-xxx-xxxx
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Mail - Free email you can access from anywhere!
>http://mail.yahoo.com/
>
Message #4 by "Dana Coffey" <dcoffey@x...> on Tue, 5 Sep 2000 12:04:11 -0400
|
|
The only alternative is to have the server owner register the component for
you. The ONLY way to make it work is to have it registered. Contact your
host's support department to see if they support custom components.
Dana Coffey
Technologist, Xceed, Inc.
112 Krog St. Atlanta, GA 30307
tel. xxx-xxx-xxxx x 5013
www.xceed.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Everything should be as simple as it is, but not simpler.
----Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{{-----Original Message-----
{{From: James Le [mailto:leviettuan@y...]
{{Sent: Tuesday, September 05, 2000 11:36 AM
{{To: ASP components
{{Subject: [asp_components] Re: making dll work in the server
{{
{{
{{Hi,
{{
{{I understood that somehow the DLL file must be
{{registered in the system registry, but the server that
{{hosts my web is not my server, so I am wondering there
{{is any alternative way to make it work?
{{
{{Thanks
{{--- Subimal Banerjee
{{<subimal@g...> wrote:
{{> Mr.James Le,
{{> I think just FTPing the dll won't serve your
{{> purpose. The dll has to be
{{> registered in the system registry of the hosting
{{> server then only it will
{{> work and you will be able to make a connection of
{{> the dll with the asp page.
{{>
{{> Bye
{{> Subimal
{{>
{{>
{{>
{{> ---
{{>
{{> leviettuan@y...
{{>
{{$subst('Email.Unsub')
{{
{{
{{=====
{{James Le
{{Chemical Engineering and Computer Science Departments
{{University of Minnesota
{{Home +x-xxx-xxx-xxxx
{{Work +x-xxx-xxx-xxxx
{{
{{__________________________________________________
{{Do You Yahoo!?
{{Yahoo! Mail - Free email you can access from anywhere!
{{http://mail.yahoo.com/
{{
|
|
 |