IN VS 2008 i can run .svc but on production IIS 7 i can\'t. I get this error. i am using x64 win.
I run
C:\\Windows\\Microsoft.NET\\Framework\\v2.5.0.303
There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
Either you have 2 nodes for
in your web.config, or your .svc file has its own web.config and there's another web.config in the same IIS application that defines
. If this is supposed to be a self-contained site that's nested under another ASP.NET site, you would need to create it as an application through the IIS admin tool, but without knowing how your site/applications are structured, I can't offer much more help.