Sharepoint 2013 not recognizing new custom login page

tvb95 1 Reputation point
2020-09-03T12:53:36.027+00:00

I've been tasked with updating our custom login page to send the user to a specific URL when clicking the login button. Here are the steps I took:

Updated the button in Visual Studio to redirect to the new URL.
Deployed the solution from VS.
Did an iisreset for good measure.
The change did not take. The button still takes the user to the old location/landing page.

Then tried these steps:

Created a brand new Sharepoint solution under a different name in VS and added a simple aspx page with a single button pointing to the new URL we want.
Deployed the solution from VS.
Went into the Default authentication provider and updated the Custom Sign In Page URL to the page in my new solution.
Did an iisreset.
Still, the old login page displays.

I then went as far as uninstalling and removing the old custom login page completely. Now I get the typical resource not found error:

22482-annotation-2020-09-02-120622.jpg

Can someone please tell me how/why it is still pointing to my old page even though I updated the custom sign in page in the authentication provider settings to point to my new page??? Is there a setting somewhere else that needs to be updated as well?

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,605 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Baker Kong-MSFT 3,801 Reputation points
    2020-09-04T06:37:01.187+00:00

    Hi @tvb95 ,

    I followed below blog and set a custom login page in my SP 2013 environment, it works well.

    Result:

    22627-2.jpg

    22684-1.jpg

    Could you please have a look?

    Best Regards,
    Baker Kong


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.