User-1778014093 posted
hi all,
i have a WCF service as follows:
api.mysite.com/dir/service.svc
and i want to enable clean url ideally so that api.mysite.com will internally route to api.mysite.com/dir/service.svc so when a client makes a call such as api.mysite.com/method?param=x then internally it should be like api.mysite.com/dir/service.svc/method?param=x
id this possible and where can this be done?
thanks in advance.