Question : WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?

I know, classic Webservice (with WebMethods) display methods when copy-pasted on browser (e.g. http://www.w3schools.com/webservices/tempconvert.asmx)
But, for WCF Service hosted on IIS,  when I copy-pasted on browser (e.g. http://ServerName:Port/WCFSVC/MyWCFSVC.svc), why doesn't it show me the WCF method name and it's signature?

(I know that both display WSDL in similar way)

Is there any way to display methods from WCF service on browser?

Answer : WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?

if you can find away ill be happy but i spent some time researching and came to no conclusion i ended up just creating a standard webservice as a wrapper on my wcf service instead
Random Solutions  
 
programming4us programming4us