Why does 'Set Application Pool Defaults' modify existing application pools?
When viewing the Application Pools page:
1) Open 'Set Application Pool Defaults'.
2) Set the .NET Framework Version to v2.0.
3) Add a new Application Pool called 'Test'.
4) Hit F5 to refresh and verify that it is v2.0.
5) Open 'Set Application Pool Defaults' again.
6) Set the .NET Framework Version to v4.0.
7) Hit F5 to refresh the page.
8) Notice that 'Test' changes to v4.0.
My understanding of 'Set Application Pool Defaults' is that it is a set of values that will be used when a create a NEW application pool
I don't understand why changes to 'Set Application Pool Defaults' modifies existing application pools.
If anyone has help references or knows the correct why to break this update relationship between the default properties set and an app pool once it has been created, it would be greatly appreciated.
Thank you very much
Donna