Answered The remote server returned an error: (500) Internal Server Error.

  • Thursday, February 16, 2012 1:24 PM
     
     

    Hi Team,

    I moved my sharePoint Site from old server to new server when i tried to open my site i got an error "The remote server returned an error: (500) Internal Server Error." could you please help me for this issue.

    Thanks & Regards

    Ganesh bairagi

    09270468504


    ganesh bairagi

All Replies

  • Thursday, February 16, 2012 6:47 PM
     
     Answered
     

    Check in IIS manger if the application pool and site are running. Check if the application pool is running with the correct account.

    Also make those modifications in web.config and access again the site:

    <SafeMode MaxControls="200" CallStack="true" ...>

    <customErrors mode="Off" />

    <compilation batch="true" debug="true">

    This will help you to see ASP.NET exceptions and errors.


    MCITP|MCTS SharePoint| SharePoint Performance blog