You are viewing limited content. For full access, please sign in.

Question

Question

During Server Maintenance can we change the default error wording

asked on April 25, 2023

During our Server maintenance, we are going to unpublish the Forms and we would like to change the error message that the users will see to avoid getting a lot of support tickets sent in.   Can that be changed easily?

0 0

Replies

replied on April 25, 2023

Hi Judy,

You cannot change the error messages. They are defined in compiled code and are not exposed for modification through any configuration interfaces or files.

More feasible is something like temporarily modifying the Forms top banner with the message "CURRENTLY UNDERGOING SERVER MAINTENANCE - ERROR MESSAGES ARE EXPECTED UNTIL MAINTENANCE IS COMPLETE".

While I don't specifically know how to do that offhand, I've seen similar UI modifications before.

You could also block end users from reaching Forms entirely through use of temporary firewalls rules and such, though I suspect that wouldn't help on the support ticket front.

1 0
replied on April 26, 2023

If we're talking about server or site-level maintenance, Microsoft has made it really easy to setup up IIS to block access to a site altogether:

https://learn.microsoft.com/en-us/aspnet/web-forms/overview/deployment/advanced-enterprise-web-deployment/taking-web-applications-offline-with-web-deploy

So you wouldn't have to unpublish processes.

1 0
replied on April 26, 2023

Thanks Miruna.  This is what my boss has done and it has made it super easy.

1 0
replied on April 26, 2023

In stead of unpublishing, I create another form and have it say "Sorry, this form is currently unavailable."

Then I change the "Starting Form" to point to the new form.

 

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.