Browse by Tags

Related Posts

  • Configuration error

    First of all excuse me, please, for my bad English. I am developing a web aplication using membership. At a test web page, I created a new class that inherits from MembershipProvider and I used it to access members data in our data base. That was OK. Including it to de final proyect I have a 'configuration...
    Posted to Configuration and Deployment (Forum) by Fran Cadaval on 10-10-2006, 12:00 AM
    Filed under: ConfigurationSection, asp.net, web.config, membership
  • training video problem....

    Hi. I have just been working through the ASP.Net 2.0 training video (Bob tabor : number 09 - Securing your Website with Membership and Login Controls) and have come across a problem. In the demo, towards the end, it shows you how to check that a user is a member of a Role. The code used is: - Protected...
    Posted to Security (Forum) by dbrook007 on 11-02-2006, 12:00 AM
    Filed under: FormsAuthentication, Authentication Redirect, security, membership, role, DestinationPageURL, role security authorization, Membership Role Provider authentication parameters, Security - membership, login control session variable, loginstatus control, ASP.NET Membership, login pages, FormsAuthentication authorization web.config, authentication authorization messages, Web.config, Role Provider, authentication, login usercontrol, FormsAuthentication userID, ASP.NET 2.0, Authorization, Loginview, login control
  • Duplicate user entries in aspnet_Users

    Hi, I have noticed that there are duplicates of some users in my sql database. Each pair of entries have different application IDs. For example, when I do the following, duplicate names are displayed for most of the existing users: foreach (MembershipUser user in Membership.GetAllUsers()) { DropDownList1...
    Posted to Security (Forum) by kreid on 11-10-2006, 12:00 AM
    Filed under: Profile, membership, role, users, sql Server 2005, Web.config, Role Provider
  • Login doesn't work on website launched on local but works with visual studio

    Hello, I've started a website which works fine when I launch it with visual studio 2005 entreprise edition. But when I publish it or copy the files in the root repertory for IIS, the login page appears but even if I input the right login/password, I received the message saying I mistook and the user...
    Posted to Security (Forum) by kurisutofu on 11-14-2006, 12:00 AM
    Filed under: FormsAuthentication, ASP.NET, membership, asp.net 2.0 login control aspnetdb iis problems errors, ASP.NET Membership, login pages, users, FormsAuthentication authorization web.config, authentication authorization messages, Web.config, authentication, ASP.NET 2.0, login control
  • Re: Your login attempt was not successful. Please try again.

    I am aso having the same problem, please read the details below. I have a standard Login ASP.NET 2.0 control on a login Page, a LoginName and LoginStatus controls on the member's page. once the user login successfully I am redirecting the user to Member.aspx page. The following is my machine configuration...
    Posted to Security (Forum) by Muder on 12-03-2006, 12:00 AM
    Filed under: FormsAuthentication, Authentication Redirect, IIDentity, membership, Membership Role Provider authentication parameters, ASP.NET Membership, users, FormsAuthentication authorization web.config, authentication authorization messages, Web.config, authentication, ASP.NET 2.0, Authorization, login control, asp.net forms authentication shtml server side includes IIS, membership Provider createuser profile provider, Membership Update
  • 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: asp.net, web.config, membership, Web Applications, connection string, IIS, web.config C# ASP.net, web garden
  • doubts in naming assemblies in ASP.NET 2.0

    Sir, i have doubt in forming assemblies in ASP.NET 2.0, there was a automatic generation of assembly name by default..like "App_Web_gtmvzqgo.dll" and "App_Code.dll" with in the bin directory, and "App_Code.dll" this was OK now the doubt was actually how can i create my own assembly names in ASP.NET 2...
    Posted to Configuration and Deployment (Forum) by venkateshnal on 12-18-2006, 12:00 AM
    Filed under: Deployment, WDP IIS6.0, project, app_data, ConfigurationElementCollection, "Custom Config Section", system.net encryption, dll application bin, 2.0 webservices deployment, upload, server, deploy, ftp, ASPNETCOMPILER, publish website app_web_idvwd3_0, web.config, membership, master page, paths, absolutepath, attributes, code behind, Profile, Web Applications, brinkster database, connection string, Application_OnError, Error Trapping, build warnings schemas, Encrypt custom config section, 0x80004005 Unspecified error Server Applicatoin Unavailable, installer, custom action, setup, web setup, Health Providers webeventprovider, <authorization> images broken authentication, SqlException intermittent sql server 2005, visual web developer axd ReportViewerWebControl.axd, classic asp asp.net 2.0 32 bit 64 bit com, web.config C#, assembly error, httpModules web.config c# asp.net, build, script, command prompt, OleDb SecurityException "class library" OleDbPermission "code access security", web farm, Application Configuration, decompile, aspnet_compiler
  • membership pofile password related

    Hi to everyone; Hey guys its very simple and few lines question.. please answer.... I am using aspnetdb to manage roles and webpart application. in my web.config i am using passwordFormat = " Hashed " and I am sure that I can not change it to "clear" or "Encrypted."... (1) my question is..... Is there...
    Posted to Security (Forum) by BhaveshPatel on 03-30-2007, 12:00 AM
    Filed under: web.config, membership, Profile, web.config C#, web.config C# ASP.net, login, site administrator, aspnetdb, permissions, HELP ME ...., administration, SqlMembershipProvider, ASP and Web.config
  • AD / ADAM authentication and IIS 6.0 (C#)

    I'm working on a solution for my employer that grabs the currently logged in user's name using a WindowsIdentity method, and compares that to an Active Directory LDAP query to get the "Title" property. If the title property matches a list of permitted titles in the code-behind, it grants...
    Posted to Security (Forum) by fivepoundunit on 08-11-2007, 12:00 AM
    Filed under: System.Net.NetworkCredential nt-authentication, membership, LDAP, Security - membership, users, Web.config, Virtual Directory, authentication, Authorization, Validation, impersonate, Web, IIS, membership authentication redirect, impersonate impersonation web.config, User.Identity.Name, UserName, user, security - membership users, impersonation, authentication user management forms blog, membership authentication, visual web developer, Visual Studio, windows authentication, SearchResult, Active Directory, SearchResultCollection, web application project, windows authentication forms authentication, User Information, authentication browsers, windows authentications, User Identity, user authentication, Security membership, Logged in username, NTauthentication, IIS6
  • Re: What algorithm is being used for encryptpassword/decryptpassword method?

    thanks for replying. another question is if all the asp.net application uses the same key for membership encryptpassword/decryptpassword method by default no matter where you run the application? because I couldn't find any settings for encryption/decryption key and machineKey area in web.config...
    Posted to Security (Forum) by ScobY9 on 08-29-2007, 12:00 AM
    Filed under: security, membership, custom membership password, Security - membership, ASP.NET Membership, Web.config, ASP.NET 2.0, custom membership provider, encryption, custom membership, MD5, ASP.NET Authentication, 3DES, MD5 Triple Des, custom provider, 2.0, 3-DES, DES Encryption, .net, Security membership, .net security, MD5 Cryptograph Security, decrypt
Page 1 of 2 (17 items) 1 2 Next >