User1898107849 posted
hi ,
i have sample rest service application
and its URI looks like -
[RouteAttributes(UriTemplate = "{appname}/adfsapi/mex")]
public class SAMLMexRouteHandler : IRouteHandler
{
}
if host this service in to main directory and point that directory into iis than its work fine by using this url
http://localhost:64219/test/adfsapi/mex
but if i have directory structure like this -

than trying to call my rest service url http://localhost:8089/testapp1/adfsapi/mex its
throwing 404 not found error . any suggestion which step i am doing wrong.
Thanks