Hi,
I have deployed a few WCF services to a server via a web setup project they are being hosted in an IIS Application, which appears to be running fine.
However when i try to navigate to the wsdl, nothing is found.
I am trying to set up diagnostics logging, to get some information.
I have followed the advice from here: http://stackoverflow.com/questions/2850653/wcf-trying-to-set-up-tracing-to-debug-not-writing-to-log-file
Also, I have tried what is in the referenced MSDN documentation here: http://msdn.microsoft.com/en-us/library/aa702726.aspx under "Recommended Settings for Deployment or Debugging" .. my web.config has that identical configuration. But no log file is being created.
Nothing useful in the event viewer.
Any ideas? Thanks!!