Author: fonzi | Posted on: 7/22/2009 8:39:21 AM | Views : 1370

Hi
I have been trying to get the Sys.Services.AuthenticationService class working on my website but it is logging in the user regardless of what username/ password is entered.
My site is not an Ajax-enabled site, it is an ordinary ASP.NET site with some AJAX functionality in it.
My code is as follows:(this is the site.master page)





<%@  Master Language="C#" AutoEventWireup="true" CodeFile="site.master.cs" Inherits="site" %>
<br>
<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<br>
<br>
<html xmlns="http://www.w3.org/1999/xhtml">
<br>
<head id="Head1" runat="server">
    <br>
    <title>C ...

Go to the complete details ...