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 get 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.