Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 19th, 2006, 05:23 AM
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Login Control

I am attempting to use the login control and I cannot validate my user. What am I doing wrong?

******
Web Config
    <connectionStrings>
        <add name="myName" connectionString="Data Source=myServer;Initial Catalog=SQL Server;User ID=userID;Password=password"
        providerName="System.Data.SqlClient"/>
    </connectionStrings>
        <authentication mode="Forms"/>


*************

Should I be adding code to the loginbutton? I am so new to this .NET I am embarrassed at this stage of the game.


 
Old May 19th, 2006, 02:03 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

You have to look at some examples. You need a membership provider in the web.config and you need to call the validateuser() method.






Similar Threads
Thread Thread Starter Forum Replies Last Post
login control hastikeyvan ASP.NET 3.5 Basics 1 May 7th, 2008 04:47 AM
Login Control p330418 ASP.NET 2.0 Basics 0 February 21st, 2008 01:03 AM
Login control RubyRue ASP.NET 1.0 and 1.1 Basics 1 October 10th, 2007 07:08 AM
Login Control behavior wirerider ASP.NET 2.0 Professional 0 October 3rd, 2006 05:14 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.