HTTP 500 Internal Error - IIS websites

后端 未结 3 1013
春和景丽
春和景丽 2020-12-18 06:13

I have installed SP 2010 in a Windows Server 2008 R2 loaded environment. I have been using VS 2010 for developing application pages for SP 2010.

I make use of wsp b

3条回答
  •  离开以前
    2020-12-18 07:07

    To resolve, you should first instruct IIS to display detailed error messages, instead of just "500".

    Adjust your web.config file and set custom errors to off:

    
    

    (case-sensitive).

    In addition, if you are using Internet Explorer, turn of the advanced option "Show friendly error messages".

提交回复
热议问题