Hello,
I have been testing the use of Side by Side components in my IIS7.5 on Windows 2008 R2 SP1. I mistakenly enabled a Side by Side component at the Default Web Site level rather than at the application level and wish to remove that enablement.
To enable the SxS component I changed the property for 'Enable Side By Side Component' from False to True and I changed the property for 'Side By Side Component' from "" to "<my component manifest>". These changes were made via the GUI. I hoped that reversing these property settings would meet my requirements, but I find that I am unable to reset the 'Side By Side Component' from"<my component manifest>" to "" as it claims:
Property value is not valid
And the Details state:
The side-by-side name cannot be empty.
How can I clear this value?
Do I need to clear this value if the 'Enable Side by Side Component' is set to False?
Thanks