jerryhoff / WebGoat.NET

OWASP WebGoat.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trace.axd

jksdua opened this issue · comments

Hi Jerry,

Any way to turn on trace.axd?

I noticed it is disabled in web.config. I tried changing the values there with no luck. Wondering if you know how to turn it on.

Thanks.

commented

Hello.

You need to change the trace element to look like this

then goto
http://127.0.0.1:8081/trace.axd
(or wherever your host is)

If you want page specific traces set pageOutput="true"

-Ray