error: the details of the application error from being viewed remotely

前端 未结 4 2037
旧巷少年郎
旧巷少年郎 2020-12-03 17:06

I have 2 login pages: Login.aspx-for customer login and xlogin.aspx for admin login i just uploaded my project to the server and all application pages works great but when i

4条回答
  •  猫巷女王i
    2020-12-03 17:52

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

提交回复
热议问题