Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have a REST web service which was working fine in almost all windows OS. Now I have to migrate it to a Windows server 2012 (IIS 8.0). I have faced several issues during this task.

1) First I have got the following exception
XML
HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Config Error : Handler "svc-Integrated" has a bad module "ManagedPipelineHandler" in its module list


2) After resolving this (using the information provided in the following link : http://mikearnett.wordpress.com/2009/02/28/http-500-handler-svc-integrated-has-a-bad-module-%E2%80%9Cmanagedpipelinehandler%E2%80%9D-in-its-module-list/[^]) , I have got another one as follows...
XML
HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Config Error :    Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'svc-Integrated'  


Can someone help me to fix this?

Thanks in advance
Sebastian
Posted
Updated 30-Sep-13 18:54pm
v9

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900