Error while running WCF application
I was getting this error when running my WCF application
"This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false"."
Then i searched in google and found this post http://forums.asp.net/t/1220987.aspx . This was helpful. But even i gave the allow permission it did not work.
Then i did a aspnet_regiis -u and the aspnet_regiis -i . Bingo, it worked..
Cheers!!!
"This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false"."
Then i searched in google and found this post http://forums.asp.net/t/1220987.aspx . This was helpful. But even i gave the allow permission it did not work.
Then i did a aspnet_regiis -u and the aspnet_regiis -i . Bingo, it worked..
Cheers!!!
Comments