Issue w/ Login Control



I have the following in my web config. It looks like the AD login is working because it tells me if the password is incorrect, however, if it is a successful login it says on the login page and does not redirect to the WebForm1.aspx. The url does have the return in it as well. http://localhost:52502/Login.aspx?ReturnUrl=%2fWebForm1.aspx

Any thoughts as to what the issue may be?

Thanks
Chris

<authentication mode="Forms">
<forms loginUrl="Login.aspx"
protection="All"
timeout="30"
name="AppNameCookie"
path="/FormsAuth"
requireSSL="false"
slidingExpiration="true"
defaultUrl="WebForm1.aspx"
cookieless="UseCookies"
enableCrossAppRedirects="false"

/>
</authentication>
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<membership defaultProvider="MembershipADProvider">
<providers>
<clear />
<add
name="MembershipADProvider"
type="System.Web.Security.ActiveDirectoryMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="LDAPConnectionString"
connectionUsername="admin"
connectionPassword="xxxxxx"
attributeMapUsername="SAMAccountName"
attributeMapEmail="mail"
enableSearchMethods="true"
applicationName="/"
/>
</providers>
</membership>

.



Relevant Pages

  • Re: GMAIL RAFI SONGS
    ... Animesh Kumar wrote: ... The password or the id is incorrect, ... I am not able to login. ... Aye dile na kaam ab jeene ki tamanna chod de - ...
    (rec.music.indian.misc)
  • Re: VINA eLink-208
    ... you just telnet to its public ip. ... I ran nmap -p 1-65535 against a host, and it came back with port 23 open. ... Too many incorrect logins...login disabled ... Incorrect login... ...
    (Pen-Test)
  • Re: Why Linux take so long to process username and password?
    ... I meant when incorrect username or password entered. ... "Login incorrect" message. ... Dennis wrote: ...
    (linux.redhat.misc)
  • Login question
    ... I keep having the same problem with login. ... The system keeps indicating that ... the password is incorrect. ... I have been able to reset the password and still ...
    (freebsd-questions)
  • Re: Net::SSH::Perl sending output to STDOUT
    ... If the pw is incorrect you should't be able to log ... > script I'm trying to create logins into about 16 different servers. ... I want the program to not die when it can't login to ...
    (comp.lang.perl.misc)