How to update a registered .dll on the web server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I made a test.dll and registered it on a web server. web pages can use the methods within the dll. My problem is: every time I modify test.dll and copy to the web server, I need restart IIS, because a previous one is cached in the memory and managed by IIS. Is there a way to unload old one or enforce load new one without restarting IIS?

I appreciate if someone can give a help.
 
*HELLO* |HELLO|

--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--


Li Pang said:
Using COM+ can avoid this problem.
the methods within the dll. My problem is: every time I modify test.dll and
copy to the web server, I need restart IIS, because a previous one is cached
in the memory and managed by IIS. Is there a way to unload old one or
enforce load new one without restarting IIS?
 
¦HELLO¦

--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
%HELLO% $HELLO$ ^HELLO^ !HELLO!



--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
So sorry !, posting in the wrong place - My appologies

--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
#HELLO#

HELLO

{HELLO}
[HELLO]
~HELLO~


--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
I know, I made a mistake, please dont kill me for it. I was trying to find
out if there were any chatacter combination which would make the text bold,
Im sure ive seen it before.

;-D

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
OHM,
Outlook 2003 (not to be confused with Outlook Express) will make *Hello*
bold while composing a formatted (RTF or HTML) email, I suspect it is
dependant on the news reader you are using.

Hope this helps
Jay

One Handed Man ( OHM - Terry Burns ) said:
I know, I made a mistake, please dont kill me for it. I was trying to find
out if there were any chatacter combination which would make the text
bold,
Im sure ive seen it before.

;-D

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Thanks Cor. But not really what I was looking for.

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
 
Hmm, you may be right I cant remember, but I have seen this used in the
past, and I've been using OE for a very long time ( V6 )

Thanks Jay

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--


Jay B. Harlow said:
OHM,
Outlook 2003 (not to be confused with Outlook Express) will make *Hello*
bold while composing a formatted (RTF or HTML) email, I suspect it is
dependant on the news reader you are using.

Hope this helps
Jay

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in message
 
OHM,
I'm not saying if OE does or not! :-) I really don't know, although I've
never notice that OE ever did it..

I am simply stating that Outlook 2003 will make *hello* bold and will make
_this_ italic. I would expect OE, if it supports it, do follow the same
suit...

Have you tried HTML formatting? Is there a hidden option?

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top