Question: I have created WCF service which is successfully running in domain like
www.test.com. However, I have shifted to subdomain i.e. "test.test.com" and the service has stopped working. Whenever I try to run the service it gives error "Resource not found."
Please remember that my application is hosted on shared hosting (goDaddy.com).
Thanks.
Check as
1. Put a simple html page in directory say(a.html)
2. Open this in the Browser as http://test.test.com/a.html
If you get the same error, then you are placing the file in the wrong folder.