I would like to remove, edit, or replace this service page (for lack of a better word). Is that possible? Of course, i still want the service to be available.
I want to at least edit it to remove the “You have created a service…”
The page i’m talking about is this one:

You want to turn off the
httpHelpPageEnabledin your configuration’s service behavior.Here is an example:
Add the following behavior to your configuration:
Assuming you have a service that looks like this:
Note that the
behaviorConfigurationattribute points to the behavior we just created,noHelpPage. Of course, if you have an existing behavior already for your service, just amend it.