Page 1 of 1

Mystery Publishing Error

Posted: Sat Nov 19, 2022 4:03 pm
by MrNewm
When I loaded the site two pages out of 21 had the following messages which I don't understand as they are pretty much the same as all the other pages: Any help would be gratefully received.
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Re: Mystery Publishing Error

Posted: Sat Nov 19, 2022 4:18 pm
by Pablo
This is not code that was generated by the software.
Maybe you have added it yourself?
Or maybe it's a server related issue?

Re: Mystery Publishing Error

Posted: Sat Nov 19, 2022 6:03 pm
by MrNewm
Thank you, I thought it must be a server error, there was mention of it in the error message. Elimination continues!!

Re: Mystery Publishing Error

Posted: Sat Nov 19, 2022 7:52 pm
by jerryco
Maybe you set a redirect in your hosting control panel and forgot about it?