2

I created a simple web service in VS 2010 (target framework 3.5) and published in IIS 7.5 But when I tried to browse it got following error.

**HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code  0x80070021
Config Source:
97:     </modules>
98:     <handlers>
99:       <remove name="WebServiceHandlerFactory-Integrated"/>**

How to resolve this error?

It is working when Target framework is changed to 2.0/3.0 but not working for 3.5

One more thing I had installed VS 2010 before installing IIS. So is there will be any issues because of this?

saurabh
  • 21
  • 1
  • Possible duplicate of [How to fix: Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list](http://stackoverflow.com/questions/6846544/how-to-fix-handler-pagehandlerfactory-integrated-has-a-bad-module-managedpip) – Jan Köhler Jul 02 '16 at 05:47
  • 1
    Paste the whole error page as a fragment is useless. – Lex Li Jul 02 '16 at 12:36

0 Answers0