diff --git a/test/1.1/authtest/index.aspx b/test/1.1/authtest/index.aspx index c93e729..4c14077 100644 --- a/test/1.1/authtest/index.aspx +++ b/test/1.1/authtest/index.aspx @@ -10,7 +10,7 @@ void Signout_Click (object sender, EventArgs e) { FormsAuthentication.SignOut (); - Response.Redirect ("login.aspx"); + Response.Redirect ("/1.1/authtest/login.aspx"); }
diff --git a/test/1.1/authtest/web.config b/test/1.1/authtest/web.config index 0678868..52668b3 100644 --- a/test/1.1/authtest/web.config +++ b/test/1.1/authtest/web.config @@ -1,9 +1,6 @@