Domanda

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?

È stato utile?
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top