How to see the actual server side error message in

2019-05-29 08:23发布

I'm having a trouble reproducing an issue a user is having in IE, but something that always bugged me is how can I see the error message from classic ASP page in IE for example on a dev server.

In IE all I see is for example:

This page contains programming error

And that's it.

Note: since this is server side, it applies to all browsers.

2条回答
贼婆χ
2楼-- · 2019-05-29 09:20

Is the problem just in IE? anyway i found this link that might be helpfull:

Is try-catch like error handling possible in ASP Classic?

查看更多
ゆ 、 Hurt°
3楼-- · 2019-05-29 09:21

I remember this one!

You need to go into ie settings > advanced > uncheck "show friendly http errors"

enter image description here

查看更多
登录 后发表回答