Browse by Tags

Related Posts

  • Application_AuthenticateRequest & Connecting to database

    Hi, I am developing an app which access a database on pretty much every request. I have written a wrapper class (DBConnection) to encapsulate and handle the database connection. Since the database is accessed so frequently, I thought about creating my DBConnection object in the Application_BeginRequest...
    Posted to Security (Forum) by gwynhowell on 02-20-2009, 12:00 AM
    Filed under: Global.asax, Application_AuthenticateRequest
  • PLZ HELP: Authentication ticket..

    the problem i am faceing is : as soon as the user click logout, the authe ntication ticket(i am using cookiless, "useURI") is not expiring. therefore, the user can use his ticket even after logging out.. for example, user clicks back button of the browser, and refresh the page, it dosent redirect...
    Posted to Security (Forum) by amritbera on 09-04-2008, 12:00 AM
    Filed under: "isa server" "forms authentication" cookie problem, ASP .net 2.0 forms authentication IIS6 Internet Explorer 7 Word document Application Mappings, asp.net form based authentication, Authenticate, Authentication Mechanism, authentication problem, Authentication Security, authentication ticket, Application_AuthenticateRequest
  • httpmodule authorizeRequest and ICallbackEventHandlers

    I am having trouble when using my own httpmodule to rewrite. everything was just dandy until i wanted to authorize the requests to the pages depending in some security id in the page redirecting. in Beginrequest i look for the page to redirect to, when found i keep it in a general variable so when Authorize...
    Posted to Security (Forum) by ErMasca on 08-12-2008, 12:00 AM
    Filed under: FormsAuthentication, HttpModule, Application_AuthenticateRequest
  • Application Pool and Registry permissions

    Hi guys I know this has been discussed a lot. However, not in the detail I'd like to and after browsing through x-hundrets of articles I though I gonna past it here. I wrote an application, which needs to read and write to the registry. After creating the Virtual Directory ("WebAd") I created...
    Posted to Security (Forum) by CSAX on 02-19-2008, 12:00 AM
    Filed under: registry, active Director roles authorization, Application_AuthenticateRequest, .net security
  • 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
  • Re: Why is Application_AuthenticateRequest executed many times?

    I found something after reading what you posted. I have some Custom Web Controls that I am using in the Web Site project. Some of them are using Embedded Resources (images, scripts). Now, whenever those things gets rendered in the ASPX page like the following example, it causes to execute the Application_AuthenticateRequest...
    Posted to Security (Forum) by soelinn on 06-19-2007, 12:00 AM
    Filed under: Application_AuthenticateRequest
  • Why is Application_AuthenticateRequest executed many times?

    Hi everybody, I am just curious why Application_AuthenticateRequest event handler from Global.asax is called MANY TIMES (not twice....more than twice) in one single web request . void Application_AuthenticateRequest(Object sender, EventArgs e) { // gets called more than 2 times in a single web request...
    Posted to Security (Forum) by soelinn on 05-22-2007, 12:00 AM
    Filed under: Application_AuthenticateRequest
  • Forms Authentication Issue

    I have a .net Application in the directory path ' \redoctanegames\iweb '. I created a sub-domain for this - iweb.redoctanegames.com. My Issue : Now when i access http://iweb.redoctanegames.com , it prompts a 'Authentication Required' dialog box and asks for the username and password. In the IIS setting...
    Posted to Security (Forum) by ramesh_g75 on 04-04-2007, 12:00 AM
    Filed under: 1.1, ActiveDirectoryMembershipProvider Membership Authentication Configuration, ASP.NET 1.1, ASP.NET Membership, authentication authorization messages, authentication cookie ticket, Authentication Redirect, authentication sql, Authentication timeout session identity, authentication user management forms blog, Authorization, cookies forms authentication, cookies forms authentication persistant session, custom authentication sql database asp.net C#, Forms authentication, FormsAuthentication, FormsAuthentication Active Directory, FormsAuthentication authorization web.config, FormsAuthentication IE7 SetAuthCookie RedirectFromLoginPage, formsAuthentication membership roleproviderr, FormsAuthentication userID, membership authentication redirect, Application_AuthenticateRequest, ASP.NET Authentication, authentication, asp.net forms authentication shtml server side includes IIS
  • single signin for multiple application wouldn't work..

    hi everybody, I am trying to develop a single signin for more application. i have try to set the validationKey and decryptionKey for both application but at machinekey but it wouldn't work. i try to check user.identity.isauthentication is give me true. why it works like that? any suggestion? and how...
    Posted to Security (Forum) by etws14 on 03-16-2007, 12:00 AM
    Filed under: security, User.Identity.Name, ASP.NET 2.0, authentication cookie ticket, Authorization, Forms authentication, FormsAuthentication, FormsAuthentication authorization web.config, FormsAuthentication IE7 SetAuthCookie RedirectFromLoginPage, FormsAuthentication userID, Web.config, Application_AuthenticateRequest, ASP.NET Authentication, authentication
  • Custom AuthTicket / Application_AuthenticateRequest...

    Hello, I am trying to avoid using session to store the username and memberID, so I am doing my own FormAuthentication by creating a FormsAuthenticationTicket and storing the memberID in the userData parameter. (Not sure if this field is open for me to store whatever I want, or if it's intended specificly...
    Posted to Security (Forum) by ballistic on 10-25-2006, 12:00 AM
    Filed under: Application_AuthenticateRequest
Page 1 of 2 (11 items) 1 2 Next >