|
 |
asp_components thread: Disable the COM
Message #1 by "Dema" <dematio@j...> on Fri, 6 Apr 2001 15:42:13 +0700
|
|
I got problem with COM.
How can delete a com without restarting the computer ?
I'm using win 2000 adv server. All this time, after I created the com, I
must stop the www on services, and then compile it. But in some cases, I
can't rewrite the com with the new one. It's say access denied. So I have to
restart my computer. Can Component services solved this problem. So I can
rewrite the old com with the new one without restart my computer ?
Thanks....
dema
Message #2 by Imar Spaanjaars <Imar@S...> on Fri, 06 Apr 2001 10:55:03 +0200
|
|
Hi dema,
Take a look at the following URL. It will explain how to use COM+ to do this:
http://www.aspfree.com/authors/robert/faq.asp?id=13
HtH
Imar
At 03:42 PM 4/6/2001 +0700, you wrote:
>I got problem with COM.
>How can delete a com without restarting the computer ?
>I'm using win 2000 adv server. All this time, after I created the com, I
>must stop the www on services, and then compile it. But in some cases, I
>can't rewrite the com with the new one. It's say access denied. So I have to
>restart my computer. Can Component services solved this problem. So I can
>rewrite the old com with the new one without restart my computer ?
>
>Thanks....
>
>dema
Message #3 by "Dema" <dematio@j...> on Fri, 6 Apr 2001 16:29:35 +0700
|
|
Thank you, it's help :-)
----- Original Message -----
From: "Imar Spaanjaars" <Imar@S...>
To: "ASP components" <asp_components@p...>
Sent: Friday, April 06, 2001 3:55 PM
Subject: [asp_components] Re: Disable the COM
> Hi dema,
>
> Take a look at the following URL. It will explain how to use COM+ to do
this:
>
> http://www.aspfree.com/authors/robert/faq.asp?id=13
>
> HtH
>
> Imar
>
>
> At 03:42 PM 4/6/2001 +0700, you wrote:
> >I got problem with COM.
> >How can delete a com without restarting the computer ?
> >I'm using win 2000 adv server. All this time, after I created the com, I
> >must stop the www on services, and then compile it. But in some cases, I
> >can't rewrite the com with the new one. It's say access denied. So I have
to
> >restart my computer. Can Component services solved this problem. So I
can
> >rewrite the old com with the new one without restart my computer ?
> >
> >Thanks....
> >
> >dema
>
>
>
Message #4 by "venkat rao" <venkatp2p@r...> on 6 Apr 2001 10:23:45 -0000
|
|
Hai,
To solve "access denied" error while recompile the DLL u should have to do the following steps :
1. Go to The command prompt
2. type " Net Stop iisadmin /y "
3. Next type " Net Start iisadmin "
4. Next type " Net start w3svc "
Thanks & Regards
Sadu
------------- Original Message --------------
Imar Spaanjaars <Imar@S...> wrote:
To:"ASP components" <asp_components@p...>
From:Imar Spaanjaars <Imar@S...>
Date:Fri, 06 Apr 2001 10:55:03 +0200
Subject:[asp_components] Re: Disable the COM
Hi dema,
Take a look at the following URL. It will explain how to use COM+ to do this:
http://www.aspfree.com/authors/robert/faq.asp?id=13
HtH
Imar
At 03:42 PM 4/6/2001 +0700, you wrote:
>I got problem with COM.
>How can delete a com without restarting the computer ?
>I'm using win 2000 adv server. All this time, after I created the com, I
>must stop the www on services, and then compile it. But in some cases, I
>can't rewrite the com with the new one. It's say access denied. So I have to
>restart my computer. Can Component services solved this problem. So I can
>rewrite the old com with the new one without restart my computer ?
>
>Thanks....
>
>dema
|
|
 |