Hi
I want to remove the extension from service url, shown below
http://localhost:58957/FOSUpdateAML.svc
remove .svc i want url only like this http://localhost:58957/FOSUpdateAML
i dont want to rewrite url in IIS, i want to do this from my service or config file i used this
relativeAddress="/YourService"
service="SomeNamespace.YourService"/>
but it is giving error as the element serviceHostingEnvironment has invalid child element serviceActivations.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Midhun TpPosted Sep 2, 2016, 5:50 AM