Categories
Error Messages
Artikelen
ASP.NET Core - HTTP Error 500.35
If you get the following error after publishing your ASP.NET Core application:Please activate your dedicated ...
Unable to find the requested .Net Framework Data Provider. It may not be installed.
If you are using a .net application and you encounter this error message you can add the following line ...
upload_max_filesize error messages
With multiple applications the above error message is common this is a message about writing and reading ...
HTTP 403 - For MVC Application
When you get an error 403 with MVC first check if the ASP.NET version is set to 4.0. You can check this ...
White page at a PHP script
You will get a white page when you execute / modify a PHP script.In this case you need to turn on extended ...
HTTP 500 - Internal Server Error
The error message HTTP 500 - Internal Server Error is 99% of the time a programming error in the website ...
What is a 404 error message?
This article explains the 404 error message in more detail. The error message is generally caused by ...
403 - Forbidden: Access is denied
When you get this error there is no default document set such as index.html. You will get the following ...
Add your own 404 page
If you want to create a custom 404 page for your website then you can do it in the way below.Like we ...
401 - Unauthorized: Access is denied due to invalid credentials
If you receive this error message on your site or on a page within your site then the permissions have ...