Using the WCF Samples, error 405

I get the 405 error (Method not allowed) when trying the GettingStarted wcf sample from microsoft

It possibly relates to IIS setup (I am not an expert in those areas), so how can I trace that error and find the problem?

thx

[227 byte] By [amc] at [2007-12-31]
# 1

This typically occurs if ASP.Net is not installed or the .svc file type is not mapped to the aspnet_isapi.dll. This is most often the result of installing IIS after WCF. You can fix this by running the following two commands:

aspnet_regiis –I –enable from the .NET Framework installation directory

"%WINDIR%\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r
Check out http://msdn2.microsoft.com/en-us/library/ms752252.aspx for details.
Cheers,
Ed
EdPinto-MSFT at 2007-9-6 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...

Visual Studio Orcas

Site Classified