Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

absolute list of scenarios when an iisreset is require in ..

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
IISreset - Hello : I am running into similar problem posted earlier by Roger on I am my dlls but still does not release them. Usually I them and restart IIS, and that is enough to replace my dlls. I ran IISreset to do the..

[IIS 5.0] iisreset.exe fails with error 0x425 - My nightly Scheduled Task failed last night with error 425: IIS <font Finished 9/24/2003 5:45:24 <font Result: The task completed with an exit..

Removed require ssl from site and now it is slow! - We had an extranet site that we are from all pages being encrypted to just select pages being Before the the page took about 1 second to load over a T1. Now it can take up to two minutes. The kicker is..

Programmatically list application mappings in IIS? - Hello, I'm a .NET developer and a reason has come up for us to enumerate the list of mappings currently used on an instance of IIS - an instance meaning machine. So, in other words, I would like to, say, return the..

list acces root directroy - Hello Following ->1 ftp server on IIS with 5 virtual When i log on with a ftp client i can see all the in the root ftp I can't acces them but i can see them. How can i make this to see all the..
Next:  WWW Service Stops when the admin users logs off  
Author Message
user933

External


Since: Oct 08, 2003
Posts: 2



(Msg. 1) Posted: Wed Oct 08, 2003 7:13 pm
Post subject: absolute list of scenarios when an iisreset is require in IIS6?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi there,
Just wanting to have someone clarified for me this "edit-
while-running" feature in IIS6.

So far, I have read that if you have "edit-while-running'
enabled. The administrator can just update the
metabase.xml or other configuration without requiring a
restart of IIS. These articles say there are exceptions as
well. But they never mention what these other settings and
exceptions are.

Are there any sites out there that already have a definite
list? Otherwise, can someone let me know what changes in
the web.config file/properties dialog box/aspx pages
require a restart? e.g.
authenication...

Thanks in advanced

 >> Stay informed about: absolute list of scenarios when an iisreset is require in .. 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 2) Posted: Thu Oct 09, 2003 11:10 am
Post subject: RE: absolute list of scenarios when an iisreset is require in IIS6? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Daniel,

Very good question!

Generally speaking, you can test this in the IIS6 mmc. Any setting in IIS6
mmc which we should restart the IIS6 is the same setting in metabase.xml
which needs a restart of IIS.

So far as I konw, there seems not to exist a list for the restart element
for the web.config of asp.net.

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

 >> Stay informed about: absolute list of scenarios when an iisreset is require in .. 
Back to top
Login to vote
user933

External


Since: Oct 08, 2003
Posts: 2



(Msg. 3) Posted: Thu Oct 09, 2003 5:11 pm
Post subject: RE: absolute list of scenarios when an iisreset is require in IIS6? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Umm... A list will be helpful. Maybe MS can consider
publishing a reference on msdn/technet. But, anyhow,
thanks for your reply. At least now I know I will need to
test it out myseif.

Cheers,
 >-----Original Message-----
 >Hi Daniel,
 >
 >Very good question!
 >
 >Generally speaking, you can test this in the IIS6 mmc.
Any setting in IIS6
 >mmc which we should restart the IIS6 is the same setting
in metabase.xml
 >which needs a restart of IIS.
 >
 >So far as I konw, there seems not to exist a list for the
restart element
 >for the web.config of asp.net.
 >
 >Please feel free to let me know if you have any further
questions.
 >
 >Does this answer your question? Thank you for using
Microsoft NewsGroup!
 >
 >Wei-Dong Xu
 >Microsoft Product Support Services
<font color=purple> >Get Secure! - <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
 >This posting is provided "AS IS" with no warranties, and
confers no rights.
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: absolute list of scenarios when an iisreset is require in .. 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 4) Posted: Fri Oct 10, 2003 6:44 am
Post subject: RE: absolute list of scenarios when an iisreset is require in IIS6? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Daniel,

Thank you for replying!

You are very welcome!

Thank you once more for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: absolute list of scenarios when an iisreset is require in .. 
Back to top
Login to vote
user649

External


Since: Aug 25, 2003
Posts: 244



(Msg. 5) Posted: Thu Oct 16, 2003 5:40 am
Post subject: RE: absolute list of scenarios when an iisreset is require in IIS6? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Daniel,

I'd suggest the key "W3svc/IIs5IsolationModeEnabled" of metabase will need
one restart of IIS which is located in the service tab of site property
from the IIS mmc.

That being said, most application pool properties require that the app pool
itself be restarted. When an admin changes an app pool property, IIS will
restart the app pool (and corresponding worker process) automatically. If
they do not wish for this to happen, they need to set
disallowrotationonconfigchange to true for that app pool only. Doing so
means that any change to the properties of an application pool will not
take affect until the admin recycles that app pool himself. In normal
situations, there should be no need to change this property. The
auto-recycle of an app pool happens so fast that there should be no loss in
service for any users.

Furthermore, I'd suggest you can use IIS metabase explorer to check the
metabase which can be obtained from IIS6 resource kit. Please go to:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499

Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 >> Stay informed about: absolute list of scenarios when an iisreset is require in .. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]