Browse by Tags

Related Posts

  • Re: Your login attempt was not successful. Please try again.

    hello everyone. i have the same error message. my case is a little different. i have also a forms authentication, but i have implemented my own membership classes, that are: membershipProvider, roleProvider, profileProvider and personalizationProvider. i tried to add applicationName attributes to all...
    Posted to Security (Forum) by killboy on 11-05-2008, 12:00 AM
    Filed under: ASP.NET, Forms authentication, membership
  • asp:LoginName

    in Visual web Developer express 2005 I have added asp:LoginName which shows user id on the page. < asp : LoginName ID ="LoginName1" runat ="server" CssClass ="footer"/> when I copy this same website to another server and open it in version 2008 this does not shows...
    Posted to Security (Forum) by Pathiya007 on 02-07-2008, 12:00 AM
    Filed under: asp.net, membership, login name
  • Re: Error in setting up IIS for Form Based authentication.

    When the user credentials have been checked you must tell the authentication module before redirecting, so that it doesn't bother your user again with this anoying login screen : if (Membership.Provider.ValidateUser(userName, userPass)) { FormsAuthentication.SetAuthCookie(userName, ckRememberMe.Checked...
    Posted to Configuration and Deployment (Forum) by d.th on 01-23-2008, 12:00 AM
    Filed under: asp net, asp.net, ASP.NET 2.0, Authentication mode, membership, windows authentication
  • Employee Attendance Application

    Hai to all I'm new to asp.net. I'm creating Employee Attendance Details application in Asp.Net with C#, which is a Windows application. I have searched in internet regarding this application. But I'm unable to found it. If any one knows this application, please provide me the link. Thanks...
    Posted to Free For All (Forum) by sureshkumar.veesam on 10-24-2007, 12:00 AM
    Filed under: 3rd Party controls for asp.net, ASP.NET, Asp.Net 2.0, asp.net 2.0 asp.net, asp.net 2.0 Template Field, Data Grid, database, DataGrid, Datalist control, dataset, folder, FormView, Interview Questions, javascrip, javascript code behind, Localization, Login Control, LoginView, Master page, Membership, Menu, menu control, MultiLanguage, Asp.NET2.0, grid view, GridView, ASP.NET Sites, .NET Framework 3.0, Asp.Net 1.1
  • Asp.Net Custom Membership Provider problem - "Type is not resolved"

    I'm trying to implement a custom Membership Provider together with a custom MembershipUser class in C#, Asp.Net 2.0, MS Visual Studio 2005. Everything has worked fine so far, until I try to run the Website configuration tool from within VS2005. I can bring up the main web page, but as soon as I click...
    Posted to Free For All (Forum) by meteoroz on 05-14-2007, 12:00 AM
    Filed under: Web Applications, .NET, asp.net, asp.net 2.0, C#, Membership
  • How to maintain users permission and access level

    Hi guys, We have a scenario where there are about 50 tables in our database and we want to build an intranet web application for users to with the office to access those tables. Users ability to access tables falls into diferent category: Some users can NOT view some tables at all Some users can ONLY...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Mehdi6002 on 03-09-2007, 12:00 AM
    Filed under: Roles, SQL, sql 2000, sql 2005, SQL 2005 ASP.NET, SQL Permissions, SQL Server 2005, SQL Server 2005 ADO.NET ASP.NET Large File, SqlCommand, 2.0, ADO.NET, Database, Membership, Microsoft SQL Server 2005, sql 2000 "sql server express 2005", SQL datatable, SQL Server 2000, ASP.NET, sql server database diagram asp.net
  • Manually creating Membership database objects (I can't use aspnet_regsql.exe)

    Hello, I have been asked by boss to create a set up web site for the CMS we have developed. It uses ASP.NET Membership and I need to be able to give my set-up wizard SQL Server details and manually build all the objects required by ASP.NET Membership. I was having a look through the .Net 2 framework...
    Posted to Security (Forum) by blackred on 02-27-2007, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, ASP.NET Membership, membership
  • Re: Password Recovery Email Text

    Susan, Thank you for putting this online. It helped me plenty. For others who may benefit, I'll paste here an example of a .htm version I've created that works nicely: <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> < html > < head...
    Posted to Security (Forum) by mattgroves on 01-08-2007, 12:00 AM
    Filed under: email passwordrecovery, ASP.NET, ASP.NET 2.0, ASP.NET Membership, membership
  • Need to encrypt connectionPassword in Web.config for AD MembershipProvider setting

    Hi, I am a bit of a .NET novice and am writting a .NET website which uses AD for verification. I have been told I need to add a connection sting into the web.config file (which I have done) but this connection string contains an AD Admin username and password that is very sensative. I need to encrypt...
    Posted to Configuration and Deployment (Forum) by not_boss on 01-02-2007, 12:00 AM
    Filed under: Web Applications, web garden, asp.net, connection string, membership, web.config C# ASP.net, web.config, IIS
  • Login Page just refreshes with ASP.NET 2.0 Login Control

    I am try to login using the ASP.NET 2.0 Standard Login Control. When I enter the correct userId/Password and hit the Login button, the page just refreshes, no error is displayed. But if I enter wrong userid/password..it give me an error. Also I check the Membership.ValidateUser() returns true , that...
    Posted to Security (Forum) by Muder on 12-07-2006, 12:00 AM
    Filed under: username, ASP.NET, Asp.Net 2.0, AuthoCookie, Cookie, IIS 5.1, Login Control, Membership, forum, Authentication, ASP.Net 2.0 Login Control, IIS:SQL Server 2000
Page 1 of 3 (28 items) 1 2 3 Next >