IMPORTANTE para INSTALAR WCF en IIS

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Not able to host WCF Service in IIS 7

Hi,

I have created WCF service and trying to host it on IIS 7. ( Service is running perfectly without IIS hosting (Probandolo
con Visual Studio 2010)). I got the following error.

(Primer Error)
"The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a
handler. If the file should be downloaded, add a MIME map in windows 7"

(Solución Primer Error)


So I opened Control panel Under 

"Microsoft .NET Framework 3.0 enable Windows Communication Foundation HTTP Activation and Windows
Communication Foundation Non-HTTP Activation"
(Segundo Error)
Now i am getting error like 

" HTTP Error 500.21 - Internal Server Error

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

As per some one's blog I tried to execute "servicemodelreg.exe –ia". It is not success. It shows big error.

Can any one help me to solve this issue?

(Solución Segundo Error)


Hi,

Issue solved.

I run aspnet_regiis.exe -i in VS 2010 command prompt.

Así ya Funciona para alojar Servicios svc (WCF).

You might also like