Hi Steve,
I suppose you are referring to this line
<section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
I added the line as you proposed:
<section name="identity" type="System.Web.Configuration.IdentitySection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, allowDefinition="MachineOnly"/>
but when I try to restart the IIS server, the following pops up:
Error Parsing
C:\Windows\Microsoft.Net\Framework\v2.0.50727\config\machine.config
Parser returned error 0xC00CE509
Any second thaughts?