Hi,
Trying to get my wcf service running under IIS6.
I have created the .svc and aspnet_isapi.dll mapping according to: http://msdn.microsoft.com/en-us/library/ms752241.aspx
When viewing the Server1.svc page, I am getting a 404.
I have tested the site with a simple .aspx page to ensure the url is working, but again the .svc extension isn't.
I have .net 3.5 SP1 installed, my web.config is referencing 3.5 assemblies and I don't get an error when viewing a .aspx page so it is picking those assemblies up fine presumably.
What could be wrong?