authtest changes - make them work

svn path=/trunk/xsp/; revision=89634
This commit is contained in:
Marek Habersack 2007-11-14 20:56:12 +00:00
Родитель 2f0825c02a
Коммит 3ca95c709b
3 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -10,7 +10,7 @@
void Signout_Click (object sender, EventArgs e)
{
FormsAuthentication.SignOut ();
Response.Redirect ("login.aspx");
Response.Redirect ("/1.1/authtest/login.aspx");
}
</script>
<body>

Просмотреть файл

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="login.aspx" />
</authentication>
<authorization>
<deny users="?" />
</authorization>

Просмотреть файл

@ -17,8 +17,10 @@
</soapExtensionTypes>
</webServices>
-->
<authentication mode= "None">
<authentication mode="Forms">
<forms name=".MONOAUTH" loginUrl="/1.1/authtest/login.aspx" />
</authentication>
<httpModules>
<!-- Some modules available in Mono.Http -->
<!--