Arghhh! I\'m getting so frustrated trying to get my head around this WCF service.
So I created a WCF service. It works fine in my laptop where I launch it from Visua
If this stuff is new to you, you should use the visual studio deployment features, try right click your web project and click deploy, I think it'll solve your issues, you can even deploy using ftp through this wizard.
Page cannot be displayed error is coming from IIS.
If you have a class library with your WCF service inside, you need to copy the service DLL into the .\bin
folder one level down from your virtual directory. That's where the WCF runtime looks for its service classes.
Also see these resources:
The WCF Developer Center on MSDN has a "Beginnger's Guide" (available right from the landing page) which has tons of those excellent 5-10 minute screencasts explaining all things WCF to you - highly recommended!