how to deploy wcf-service on iis 6.0
- by Walter
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