Page 1 of 1

How to handle http 404 - Not Found errors

Posted: Tue Sep 15, 2015 5:49 pm
by swdev

We are using an Hyperlink attribute with HREF for a field value.

They are audio recording files and not Always are correctly uploaded to the server.

We need to show to the user a custom message or redirect it to a custom page when such an error occours (http 404 - Not found).

How can this be accoplished?

How can this be solved using asp.net maker?

Many thanks,
John


Re: How to handle http 404 - Not Found errors

Posted: Wed Sep 16, 2015 9:20 am
by Webmaster

This is a server configuration issue. Google for "configure ASP.NET 404 errors" and you should be able to find examples.