Search

You searched for the word(s): userid:702640

Matching Posts

  • Re: How can I restrict concurrent authenticated sessions for same user/different ip

    Thanks for your replies. I like the idea to cache the ip and I think I could do that by overloading the membership provider's ValidateUser method. Is there any overridable membership method that executes on each page request where I could compare the IP's or will I have to check on each individual page?
    Posted to Security (Forum) by ASPninja on 6/20/2007
  • How can I restrict concurrent authenticated sessions for same user/different ip

    My work intranet uses .net's SqlMembershipProvider and some clowns are sharing login info which is breaking some of our profile features. Is there a way to restrict concurrent sessions for a single user on different pc's/ip addresses? I would like to set it up so that: 1) If UserA logs in on PC1 and then logs in on PC2 it will authenticate (on both) but cancel the authentication cookie on PC1 and kick them back to the login screen on their next request. 2) If UserA logs in on PC1 and the
    Posted to Security (Forum) by ASPninja on 6/19/2007
    Filed under: security, Security - membership, security - membership users, IP Address
  • Re: 3 Tier Question - Shared BLL/DAL?

    Thanks for your reply. I am still a little confused about the Data Transfer Objects you mentioned. I thought that (in the quickstarts samples) the DAL returned a DataSet because it was portable and it allowed the DAL to remain "dumb" about any custom business objects. All the DAL was going to do was connect to a database and execute a query. Then it would return the data in a generic way to the calling BLL which would convert the data into a strongly-typed business object for use in my
    Posted to Architecture (Forum) by ASPninja on 5/20/2007
  • 3 Tier Question - Shared BLL/DAL?

    When i was first playing with .net I began copying from the quickstarts. i.e. Binding to a Business Logic Layer . I was pleasantly suprised that it works every way i could imagine using it. Programmatic Databinding, ObjectDataSource, calling one BLL from another, etc... My boss recently declared a ban on Shared methods. So now Every BLL class creates an instance of the corresponding DAL class and then calls its methods. Every codebehind that uses one of our business objects creates an instance of
    Posted to Architecture (Forum) by ASPninja on 5/20/2007
    Filed under: shared, business logic layer, dal
  • Re: Sys.Webforms.PageRequestManagerServerErrorException actual cause (related RoleManager issue)

    You may want to try setting ValidateRequest="false" in the Page declaration. It worked for me. - Ryan
  • Web Service Doesn't Show Up In Data Sources Designer

    I am trying to write a web service that I can consume in my Windows Forms application ( http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Smart_Client/DisplayWebServiceData.htm ) and I am having trouble getting it added to the Data Sources Designer In Visual Studio 2005. When I add a web service that I create in ASP.net or an example from the web services quickstart ( http://quickstarts.asp.net/QuickStartv20/webservices/Samples/MathService/vb/Server/MathService.asmx?wsdl ) VS adds
    Posted to XML Web Services (Forum) by ASPninja on 1/17/2007
Page 1 of 1 (7 items)