문제

My web.config is currently set up like so:

<customErrors mode="RemoteOnly" defaultRedirect="500.aspx" redirectMode="ResponseRewrite">
      <error statusCode="404" redirect="404.aspx" />
      <error statusCode="403" redirect="403.aspx" />
</customErrors>

Is there any way to figure out from what url a user got redirected to the 403 from?

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top