ASP.NET | Rimuovere ReturnUrl
Inserire questo codice in global.asax: Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs) Dim path As String = HttpContext.Current.Request.Url.PathAndQuery Dim pagequery As String = path.Substring(path.LastIndexOf("/") + 1) Dim pagequery_Elements…