'Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'ScriptHandlerFactory''
I got around it by adding the following line into the <handlers> tag of the
< remove name="ScriptHandlerFactory"/>
< remove name="ScriptHandlerFactoryAppServices"/>
< remove name="ScriptResource"/>
Also, this line at the BEGINNING of the <modules> tag :
< remove name="ScriptModule"/>
That seemed to fix it for me!
No comments:
Post a Comment