I have one test wcf service with default methods and web config is :
If you working framework 4.0 only one ENDpoint so write multipleSiteBindingsEnabled="False" serviceHostingEnvironment multipleSiteBindingsEnabled="False"
Using this it will be run
I got the solution :
In IIS if the application is indeed an application, not a virtual directory? The icon should be something looks like the earth, not a folder's icon. If not, please convert it to an application right click on the folder select deploy and then Application.Service running with
Make sure you browse to the actual web folder (that contains Bin
, *.svc
and web.config
) when creating web application, not the parent folder.