473,788 Members | 2,828 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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?Re...fWebForm1.aspx

Any thoughts as to what the issue may be?

Thanks
Chris

<authenticati on mode="Forms">
<forms loginUrl="Login .aspx"
protection="All "
timeout="30"
name="AppNameCo okie"
path="/FormsAuth"
requireSSL="fal se"
slidingExpirati on="true"
defaultUrl="Web Form1.aspx"
cookieless="Use Cookies"
enableCrossAppR edirects="false "

/>
</authentication>
<authorizatio n>
<deny users="?"/>
<allow users="*"/>
</authorization>
<membership defaultProvider ="MembershipADP rovider">
<providers>
<clear />
<add
name="Membershi pADProvider"
type="System.We b.Security.Acti veDirectoryMemb ershipProvider,
System.Web, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a"
connectionStrin gName="LDAPConn ectionString"
connectionUsern ame="admin"
connectionPassw ord="xxxxxx"
attributeMapUse rname="SAMAccou ntName"
attributeMapEma il="mail"
enableSearchMet hods="true"
applicationName ="/"
/>
</providers>
</membership>

Jun 27 '08 #1
0 824

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1738
by: RedEye | last post by:
Hello, I am working on a test site to explore the new login controls and membership features of ASP.NET v2.0. I have tested the controls using SQL Express and have now decided to try using a central SQL Server 2000 database. When I use the all of the included controls with SQL Express everything works great but when I use it against SQL Server 2000 I can't get past the login page. When in Visual Studio IDE and open the web admin page I...
4
977
by: John | last post by:
Hi I am using the following for a check box; <asp:CheckBox ID="KeepLggedin" runat="server" Text="Keep me logged in" Height="1px" Width="302px" EnableTheming="True" /> The problem is that the text "Keep me logged in" always appears under the tick box and not next to it on the right. What should I do to fix it?
0
1067
by: John | last post by:
Hi I am using a login in template mode as I have customised it. I have added an image as a 'New User' button using the following code; <a class="button" href="Default2.aspx"> <asp:Image ID="Image1" runat="server" AlternateText="create a new account" ImageUrl="~/images/box/bu_newuser.gif" SkinID="create" ImageAlign="Middle" /> </a>
10
2191
by: Li Pang | last post by:
Hi, I created a html page from which I give a link to another web site. The new site is opened in a new window. When I opened multiple windows, they all have the same SessionID. I want ot know how to open the windows with different sessionID. Thanks
0
1158
by: pbaugh | last post by:
Hi Folks, I'm using the ASP.NET 2.0 LoginStatus control and am having a frustrating time! I created a basic testbed web site added the control to the default page, added a login.aspx page with a login control and edited the web.config to use forms authentication and point to the login.aspx page. It works beautifully. However, when I do the same in my my main web app a problem occurs. When I run the app, the loginstatus control is...
1
1433
by: Lav KG | last post by:
Hi, I want a user to be redirected to the Login page once he logs out of a web portal. Can anyone tell me how I need to go about it? Thanks in advance Lav KG
0
1113
by: Pedro Vera | last post by:
I am having random user complaints about login pages basically sitting dead and reacting properly to a login. We are using the standard login control, and we are using System.Web.Security.SqlMembershipProvider Authentication is set to forms and we are using cookies. We are using the same code in a few more products, and the only complaints I am getting are from IE7 users.
1
1794
by: Rusty Hill | last post by:
I am using the ASP.NET 2.0 Login control and have provided a valid URL for the PasswordRecoveryURL property. However when the hyperlink is selected the login page continues to be displayed. The URL I start with at the login page is this: http://localhost:1123/MyBox/Unsecured/Login.aspx?ReturnUrl=%2fMyBox%2fDefault.aspx The URL on the login page for the password recovery control shows up as: .../Public/RecoverPassword.aspx which seems...
3
1446
by: kpg | last post by:
ASP.NET 2.0 I have an unusual situation dealing with forms authentication, not doubt brought on by how I have structured the application. The setup: Users enter the site from one of several pages, A,B,C, etc. These pages allow all users. In theses pages I setup site customizing session variables then redirect users to a common
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10175
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.