403.14 error when defining location

Hello,

After defining custom in web.config and running the project, I’m getting:

HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.

instead of getting metadata page.

What is a way to get a metadata page while using a custom location for SS routing?

Thank you

See docs for running ServiceStack at a custom path.

I’ve modified web.config according to the provided example and updated HandlerFactoryPath in the HostConfig.
Running the application still fails to show metadata page.

Is it possible that metadata will be displayed for “default” URL while all SS requests will be routed to custom based URLs?

The Web.config handler mapping in the link provided means ServiceStack does not see (IOTW cannot handle) requests that aren’t from that path.