how to deploy wcf-service on iis 6.0
Posted
by Walter
on Stack Overflow
See other posts from Stack Overflow
or by Walter
Published on 2010-01-05T21:31:25Z
Indexed on
2010/05/06
8:28 UTC
Read the original article
Hit count: 321
I have IIS 6.0 on Windows Server 2003.
I installed .Net 3.5 and 4 beta 2. "Normal" asp things are working (perfect). But when I try to navigate to my service (/myServer/MyService.svc
) I got a 404. Page not found.
To be exact, I got a 404 2 "Web service extension lockdown policy prevents this request."
I used ServiceModelReg.exe /ia
to make sure that the extension I known and I checked the configuration using:
admin-Tools, iis, home-tab, configuration, executable-box, and there:
extension: .svc, path: c:\windows\microsoft.net\framework\v4.0.210... verbs: all verbs
So everything seems ok. But I still get a 404-2
© Stack Overflow or respective owner