I am currently trying to implement custom error pages in our sharepoint project.
Here is the issue i have. The custom error pages are set up in IIS. Using the .Net error pages in ISS7 for the error code 500. I also use the standar iss error pages for the error codes 404 and 403.
This works farely well as they do redirect to the correct page wich is a sharepoint page.
I have login issues when i set it up like this. I keep getting loging prompt even though my account is correct. When i remove all the error management i just state above it all works fine, no more loging errors.
How can i fix these login issues.
Thank you !