...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<applicationSettings> <Plass.Id.Web.Properties.Settings> ..... <setting name="HostRootReplacementKey" serializeAs="String"> <value http<value>http:</>value> </setting> <setting name="HostRootReplacementValue" serializeAs="String"> <value https<value>https:</>value> </setting> ..... </Plass.Id.Web.Properties.Settings> </applicationSettings> |
Line 5 http: is the text to search for and line 8 https: is the replacement value. The /> is NOT included in the search, but the ending indicator in XML.
The settings will allow you to search any consecutive part of the host path, so you may specify more than the protocol to be replaced if necessary.