I'm rather new to IIS 7.5 and how to set something up, but here's what I am trying to do,
I have plain html/css/js files in a IIS website, but I am referencing another project that has a web.config file, the only files I am referencing are .css and .js files yet I am getting a error 500.19 from IIS
There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
These are shared files and is there something I would have to configure on my IIS website and create a web.config that would allow me to do this kind of reference?
I am using IIS 7.5 and all projects are running under .net 4
I can't show the very long web.config for security but this is the line causing the issue:
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, requirePermission="false" allowDefinition="MachineToApplication"/>