Will running aspnet_regiis.exe -ir create any problems?

Posted by alexander-strandberg on Stack Overflow See other posts from Stack Overflow or by alexander-strandberg
Published on 2009-06-17T09:55:54Z Indexed on 2010/05/01 18:37 UTC
Read the original article Hit count: 399

Hi there. I've asked a question about changing the version of .Net sites in the IIS. If it affects classic asp sites etc (See Does asp.net setting affect classic asp (IIS 6 settings)) And that seems fine. So my follow-up question is, will running this command get me fired? What it does is changing the default value (and all existing?) of the .net version to 2.0.

This wont affect any of the .net sites since they're allready versioned to 2.0. The classic asp pages needs to get its app pools updated so its functionoal with 2.0 but may I run into any other troubles?

I've tried doing this on a test environment and no sites whet down during the installation period (from the command) but I did not have any classic asp sites or any .net sites running though (which I should test, come to think about it) but may something else break?

Is this command doing anything else? We have some very large sites running and we cannot have downtime periods so I need to be 100% sure that this command is safe. Since all sites go down everytime we change a new sites .net version number we need to get this fix live asap.

Any good ideas?

© Stack Overflow or respective owner

Related posts about iis

Related posts about settings