Browse by Tags

Related Posts

  • Expiring a Cookie does not work

    Hi, Have a site www.MyDomain.com and the secure pages use a subdomain secure.MyDomain.com. I use form authentication for the site. When i login using asp.net control login and it writes a cookie(cookie A) with the host name as secure.MyDomain.Com which is not valid for the non-secure pages like www.MyDomain...
    Posted to State Management (Forum) by choosetoget on 11-17-2008, 12:00 AM
    Filed under: web forms, web service security, .net 3.5 security, ASP .NET 2.0 Membership, asp.net 2 membership, asp.net Security, authentication, authentication browsers, authentication login site principal, authentication problem, Browser, c# in Asp.net, c# redirect, cookie .aspxauth, cookie problem, Cookies, cookies forms authentication persistant session, web.config C# ASP.net, Web.Config Encryption, web.config password membership, Web.config, wildcard mapping, .net 2.0 security, authentication cookie ticket, authentication web.config path domain www
  • Re: Authenticate two diffrent folder using forms authetication

    hi, i am also using Forms Authentication. I think you not understood my issue. Let me clear to you. In my single application there is two folder named "ADMIN" and "USER" and ther is also two login page "admin_login.aspx"(inside ADMIN folder),"login_user"(inside...
    Posted to Security (Forum) by swarupmondal on 08-27-2008, 12:00 AM
    Filed under: <location>, .net C# jobs, ASP.NET 2.0, asp.net 2.0 C#, authenicate users [Edit Tags], authentication, C#, Forms authentication, login web.config, logion controls, web.config C# ASP.net, web.config membership login, Web.config, "asp.net 2.0" "visual studio", login control, <asp.net>, logins, .ASPX [Edit Tags]
  • Authenticate two diffrent folder using forms authetication

    Hi, I am trying to autheticate two diffrent folder and i have two login page respectively in that two folder. Folder structure.... --Admin--->>Admin_welcome.aspx , Admin_login.aspx --User----->>User_welcome.aspx , User_Login.aspx Now i want when user acess the admin_welcome.aspx page it will...
    Posted to Security (Forum) by swarupmondal on 08-26-2008, 12:00 AM
    Filed under: <asp.net>, <location>, .net C# jobs, ASP.Net 2.0, asp.net 2.0 C#, authenicate users, C#, Forms Authentication, login control, login web.config, web.config C# ASP.net, web.config, .ASPX [Edit Tags], "asp.net 2.0" "visual studio", logins, logion controls, Authentication, web.config membership login
  • Re: Web Site Administration tool time out

    I know this is pretty old, but I found this thread when I was searching for an answer to the same problem. Fortunately, I was able to solve the issue and I thought I'd share. All I had to do was close my browser completely, stop the development server (right click on the task bar and select "stop"...
    Posted to Visual Web Developer 2005 Express (Forum) by thelastlemon on 05-06-2008, 12:00 AM
    Filed under: timeout, ASP.NET, authentication, Error, membership services, web.config, ASP.NET Web Administration Tool
  • Secure Access to edit_file.aspx on Hosted Web

    Can an old dog learn new tricks? First experience with asp.net, edit_file.aspx. I'v spent 3 days reading everything I could find. It's way over my head. I want to secure the (root) subfolder with "Web.Config" and (to start with) "SHA1" the password. I am on a hosted web site...
    Posted to Security (Forum) by iseeuu on 11-19-2007, 12:00 AM
    Filed under: query string, sha1, user login controls, UserName, users, authentication, Authorization, Forms authentication, FormsAuthentication, HashPasswordForStoringInConfigFile, godaddy, Web.config, login control, ASP.NET Authentication, User.Identity.IsAuthenticated, Access, FormsAuthentication authorization web.config
  • Reset password direction requested...

    I have inherited an ASP Reset Password application for a help desk. I have coded a few vb.net console apps to maintain AD accounts but have little experience with ASP programs. My task is to provide better authentication while reducing the amount of logins required to reset a user's password. The...
    Posted to Security (Forum) by seidensc on 10-31-2007, 12:00 AM
    Filed under: ResetPassword, security, System.DirectoryServices, user authentication, Active Directory, Active Directory Membership Provider, ActiveDirectoryMembershipProvider Membership Authentication Configuration, asp, ASP.NET 1.1, ASP.NET 2.0, Asp.net identity, authentication user management forms blog, Authorization, Forms authentication, FormsAuthentication, impersonate, impersonate impersonation web.config, impersonation, windows authentication forms authentication, Web.config, ASP.NET Authentication, authentication
  • Security Trimming and TreeView Site Navigation in Windows mode authentication

    Hi guys, I have a custom sitemap provider, which reads and loads the sitemap data from sql database which is then used with a treeview control for site navigation. Roles are also loaded from database for each node, for example AdminRole , FeesRole , CommunicationRole for the root node and only AdminRole...
    Posted to Security (Forum) by Mehdi6002 on 10-10-2007, 12:00 AM
    Filed under: role, role manager, Role Provider, role-based security, roles authorizations web.config security, Roles Based Security, Roles Provider, Security - membership, Security membership, security roles numeric integer access levels, SecurityTrimmingEnabled, sitemap, ASP.NET, ASP.NET 2.0, asp.net 2.0 memembership, ASP.NET Authorization role profile provider, membership provider subdomain credentials, Membership Role Profile Provider, Windows authentication forms authentication windows Groups, windows authentications, web.confg authorization problem, Web.config, authentication, role member security, roles, Security Trimming, windows authentication, windows authentication forms authentication, .net security, ASP.NET Authentication
  • Encrypt web.config

    I'm trying to encrypt parts of my web.config file. I succeed when encrypting the 'connectionStrings' but fail when trying to encrypt the 'membership'. I don't know why. Any help is appreciated. Below is the command I'm using & the web.config. C:\>C:\WINDOWS\Microsoft...
    Posted to Getting Started (Forum) by OldSam on 09-04-2007, 12:00 AM
    Filed under: web.config, authentication
  • The request failed with HTTP status 401: Access Denied exeception - While calling webservice from client application.

    Hello All, I am getting "The request failed with HTTP status 401: Access Denied exeception" When I call web service from my windows client application (web service and client is on same machine). Anonymous authentication is turned off for webservice and using windows authentication. Following...
    Posted to Security (Forum) by subinkj on 09-03-2007, 12:00 AM
    Filed under: Web, application pool, ASP.NET 2.0, Authentication Redirect, authentication user management forms blog, Authorization, authorization store, C-Sharp, DirectoryServices, Forms authentication, FormsAuthentication, FormsAuthentication authorization web.config, web.config password membership, WebDav - ASP.NET 2.0, Membership Login Service Role webservice, Windows Authentication Forms Mix Custom, windows authentications, Web.config, Application_AuthenticateRequest, WSE 2.0, WS-Security, authentication, web service, authentication cookie ticket, authentication web.config path domain www, windows authentication, windows authentication forms authentication, ASP.NET Authentication
  • 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: NTauthentication, SearchResult, SearchResultCollection, Security - membership, security - membership users, Security membership, System.Net.NetworkCredential nt-authentication, user, user authentication, User Identity, User Information, User.Identity.Name, UserName, users, Virtual Directory, Visual Studio, visual web developer, Web, web application project, Active Directory, authentication browsers, authentication user management forms blog, Authorization, IIS6, impersonate, impersonate impersonation web.config, impersonation, LDAP, Logged in username, membership, membership authentication, membership authentication redirect, windows authentication, windows authentication forms authentication, windows authentications, Web.config, IIS, Validation, authentication
Page 1 of 3 (24 items) 1 2 3 Next >