문제

I have a WCF service library project that I publish to a IIS hosted folder. After publishing, a svc is created in the folder and is consumed with a URL like this:

http://mysite.com/services/This.Is.My.Namespace.ServiceClassName.svc

How can I set this up so that I can use a friendly service name that doesn't let others know the namespace / class name used in my project?

In the web.config, does the service name have to exactly match up with the namespace + class name?

Perhaps I should have created WCF service applications instead?

도움이 되었습니까?

해결책

You can rename the file. If you edit the file as text, you will see the namespace it uses.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top