473,666 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Do I need to restart IIS?

I am working with 2 com object dlls that are located in WINNT/SYSTEM32
directory.
When I need to make changes to the DLLs, I need to do the following:
1. stop IIS
2. unregister and register the 2 COM object, and
3. restart IIS.

Is there any way that I can move the newest COM object DLLs to the
WINNT/SYSTEM32 directory, without having to stop and restart IIS?

Let me know.
Jul 21 '05 #1
4 2287
If you accessing the COM objects from a webpage (ASP), you need to
restart IIS to deploy a new version.
If you are not accessing the COM objects from a webpage (you did not
specify), IIS should not be involved at all.

FYI - this is a .NET newsgroup - you might be better off asking
questions in a COM or ASP newsgroup.
Wendy Elizabeth wrote:
I am working with 2 com object dlls that are located in WINNT/SYSTEM32
directory.
When I need to make changes to the DLLs, I need to do the following:
1. stop IIS
2. unregister and register the 2 COM object, and
3. restart IIS.

Is there any way that I can move the newest COM object DLLs to the
WINNT/SYSTEM32 directory, without having to stop and restart IIS?

Let me know.

Jul 21 '05 #2
if you are using Windows Server 2003, you do not have to restart IIS. You
can simply refresh the app pool that the web site is using, assuming you
have a web application that is using the COM objects.

You could also use Enterprise Services, which would allow you to uninstall
and reinstall COM dlls loaded in it without resetting IIS.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Wendy Elizabeth" <We************ @discussions.mi crosoft.com> wrote in
message news:F6******** *************** ***********@mic rosoft.com...
I am working with 2 com object dlls that are located in WINNT/SYSTEM32
directory.
When I need to make changes to the DLLs, I need to do the following:
1. stop IIS
2. unregister and register the 2 COM object, and
3. restart IIS.

Is there any way that I can move the newest COM object DLLs to the
WINNT/SYSTEM32 directory, without having to stop and restart IIS?

Let me know.

Jul 21 '05 #3
Nick Malik:

I am using Windows 2000 server. Thus, I guess that I will need to still
restart IIS, correct?

Let me know.

"Nick Malik [Microsoft]" wrote:
if you are using Windows Server 2003, you do not have to restart IIS. You
can simply refresh the app pool that the web site is using, assuming you
have a web application that is using the COM objects.

You could also use Enterprise Services, which would allow you to uninstall
and reinstall COM dlls loaded in it without resetting IIS.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Wendy Elizabeth" <We************ @discussions.mi crosoft.com> wrote in
message news:F6******** *************** ***********@mic rosoft.com...
I am working with 2 com object dlls that are located in WINNT/SYSTEM32
directory.
When I need to make changes to the DLLs, I need to do the following:
1. stop IIS
2. unregister and register the 2 COM object, and
3. restart IIS.

Is there any way that I can move the newest COM object DLLs to the
WINNT/SYSTEM32 directory, without having to stop and restart IIS?

Let me know.


Jul 21 '05 #4
yes

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Wendy Elizabeth" <We************ @discussions.mi crosoft.com> wrote in
message news:08******** *************** ***********@mic rosoft.com...
Nick Malik:

I am using Windows 2000 server. Thus, I guess that I will need to still
restart IIS, correct?

Let me know.

"Nick Malik [Microsoft]" wrote:
if you are using Windows Server 2003, you do not have to restart IIS.
You
can simply refresh the app pool that the web site is using, assuming you
have a web application that is using the COM objects.

You could also use Enterprise Services, which would allow you to
uninstall
and reinstall COM dlls loaded in it without resetting IIS.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Wendy Elizabeth" <We************ @discussions.mi crosoft.com> wrote in
message news:F6******** *************** ***********@mic rosoft.com...
>I am working with 2 com object dlls that are located in WINNT/SYSTEM32
> directory.
> When I need to make changes to the DLLs, I need to do the following:
> 1. stop IIS
> 2. unregister and register the 2 COM object, and
> 3. restart IIS.
>
> Is there any way that I can move the newest COM object DLLs to the
> WINNT/SYSTEM32 directory, without having to stop and restart IIS?
>
> Let me know.


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1638
by: dcinfinite | last post by:
Hi.. i've posted heaps previously about my IIS not running..i've resorted in formatting my computer..and now the IIS is working..but i have another issue now..is so frustrating.. now..when i try 2 create a new project, the message saying that i have an older version of ASp.net..and if i chose 2 continue..i'll only get to use the functions in version 1.0 instead of the enw version 1.0. but the funnything is i have two different version...
5
1643
by: LL | last post by:
Hi, I use Applicaiton lever variable like this: Application = xxx; Do I need to restart the WWW service every time to reset it? I also have several Session variables. When Session_End event fire, all of them are null, right? Thanks.
18
5366
by: amdishigh | last post by:
We are experiencing the following problems concerning ASP.NET: our ASP.NET application, written in .NET 1.1 platform, and hosted in IIS 5.0 environment, experience frequent session timeout problem. After tracing, we find that it should be caused by "ASP.NET Application Restart" (proved by incremented counter for "Application Restarts" of "ASP.NET 1.1.4322" in "Performance" whenever the timeout happens). From MSDN documentation, we find...
3
3203
by: John A Grandy | last post by:
In ASP.NET 1.1 and/or 2.0 ..... Is it possible to configure a web-app so that replacement of an .xml file ( physically located under the virtual dir root ) with a newer version of the file causes a web-app restart ... ? Also, is a stopping and starting a website in IIS the only way to restart a web-app ? (Of course, iisreset stops and starts all web-apps on the web-server ... but
6
243
by: Wendy Elizabeth | last post by:
I am working with 2 com object dlls that are located in WINNT/SYSTEM32 directory. When I need to make changes to the DLLs, I need to do the following: 1. stop IIS 2. unregister and register the 2 COM object, and 3. restart IIS. Is there any way that I can move the newest COM object DLLs to the WINNT/SYSTEM32 directory, without having to stop and restart IIS?
4
7280
by: shorti | last post by:
Can anyone explain in greater (and more comprehensive) detail what the RESTART option does in the ALTER TABLE table ALTER COLUMN statement. This is the description in Info Center: RESTART or RESTART WITH numeric-constant Resets the state of the sequence associated with the identity column. If WITH numeric-constant is not specified, the sequence for the identity column is restarted at the value that was specified, either implicitly or...
3
2192
by: Milagro | last post by:
Hello Everyone, I'm trying to debug someone elses php code. I'm actually a Perl programmer, with OO experience, but not in php. The code is supposed to upload a photo from a form and save it both on the file system and in a mySql database. 90% of the time it works just fine. But for some reason, with some photos, it doesn't work. The image never shows up on the filesystem and there is no entry in the database. I feel it's a problem...
1
2633
by: Brian Simmons | last post by:
Hi All, I know that if you modify the web.config file or any file in the App_Code subfolder, that ASP.net 2.0 will "restart" the application (i.e. clear out any sessions, etc...). Are there any other changes that restart the application? Will modify a code-behind .cs/.vb which calls a class in the App_Code folder restart the application?
16
1674
by: zohaib.shirani | last post by:
i have got a quizz to write a programm that gives the sum of all even numbers between two variables x and y and then displays the sum. Include both x and y in the total sum. Any one here can help me............ ?
0
8445
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8871
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8640
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5664
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2771
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.