0

I have set up a web service - its my first having the web API as a separate site. I can access a web page on the site but when I call a service, (e.g., https://service.sitename.com/api/servicename), I get the following error: Http Error 500.21 - Internal Server Error - Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list. From other site recommendations I installed Asp.Net 4.5 from the Add or Remove Windows program men. But, I get still the same error. Any suggestions?

We are using Windows Server 2012 R2.

rsalit
  • 91
  • 1
  • 5
  • Possible duplicate of [Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list](http://stackoverflow.com/questions/13162545/handler-extensionlessurlhandler-integrated-4-0-has-a-bad-module-managedpipeli) – Babak Naffas Apr 04 '16 at 17:03
  • I had seen those solutions before. The main one seemed to be installing or registering asp.net 4.5 That has not worked. – rsalit Apr 04 '16 at 17:51
  • Have you confirmed that your app pool is running .NET 4 and not .NET 2? – Babak Naffas Apr 04 '16 at 18:30
  • Yes. Its running 4 integrated. – rsalit Apr 04 '16 at 18:48

0 Answers0