From 3ca95c709b5ddb9c39081e176eb8d18c79dd91bf Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 14 Nov 2007 20:56:12 +0000 Subject: [PATCH] authtest changes - make them work svn path=/trunk/xsp/; revision=89634 --- test/1.1/authtest/index.aspx | 2 +- test/1.1/authtest/web.config | 3 --- test/web.config | 4 +++- 3 files changed, 4 insertions(+), 5 deletions(-) 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 @@ - - - diff --git a/test/web.config b/test/web.config index 3966d87..2bff1d5 100644 --- a/test/web.config +++ b/test/web.config @@ -17,8 +17,10 @@ --> - + + +