Search

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

Matching Posts

  • Team collaborative project website

    I seem to remember a collaborative hosting site that allowed multiple developers to team up and work on a project, storing their code in one repostitory. Can anyone remind what this site was called? A team collaborative asp.net environment, you could setup a project and then invite others in to work on the project? Any suggestions please?
    Posted to Getting Started (Forum) by krsouthern on 9/6/2007
  • Re: Is ApplicationName thread-safe?

    Hi Jacob, Can you explain how you plan to override the applicationName? Would it not still require that the applicationName is changed dynamically at runtime? Many Thanks Kieran
    Posted to Security (Forum) by krsouthern on 3/30/2007
  • One Application - Multiple Companies (with many users per company) - can 2.0 membership handle this?

    Hi , We have an asp.net 2.0 application. The way we have written this web app is that many companies can use the same software, differing by sub-domain. So if we setup companyA.software.com they are company id 123, if we setup another companyB.software.com they are company id 345. The application identifies the sub-domain requested and set's the company id accordingly. This works well. We also have used asp.net 2.0 membership in this application. We needed to ensure that users are unique within each
    Posted to Security (Forum) by krsouthern on 3/29/2007
    Filed under: security - membership users
  • PasswordRecovery set focus

    Hi Does anyone know how I can set the focus on the PasswordRecovery control to the first textbox? Thanks Kieran
    Posted to Security (Forum) by krsouthern on 2/11/2007
  • 2.0 Membership Provider - Changing ApplicationName Dynamically

    Hi, I'm using the asp.net 2.0 membership provider in my application. I'm hoping to be able to change the applicationName value that is used to determine which users the current application will use dynamically in my code, so I have tried this approach in my global.asax.cs: protected void Session_Start(Object sender, EventArgs e) { //setting this means that aspnet membership applies only to this company Membership.ApplicationName = "/" + CompanyId.ToString(); Roles.ApplicationName = "/" + CompanyId
    Posted to Security (Forum) by krsouthern on 2/11/2007
  • Membership Password recovery control

    Hi, Is it possible to make the passwordrecovery control retrieve and email the users password based upon them entering their email address rather than username? For example, what if I've forgot my username but know my email address? Has anyone done anything like this? Thanks!
    Posted to Security (Forum) by krsouthern on 1/5/2007
    Filed under: ASP.NET 2.0, ASP.NET Membership
  • Handling ajax bookmarks and history

    Hi, I've been implementing the really simple history framework ( http://codinginparadise.org/weblog/2005/09/ajax-how-to-handle-bookmarks-and-back.html ) into one of my apps and am quite impressed with the results. The only problem I've just spotted is that in IE I see the loading bar at the bottom of the screen (not a good thing with an Ajax postback) yet in Firefox I dont see this. You can see the example here http://shrinkster.com/hqu Can anyone confirm they see the same result in IE? I
    Posted to Client Side Web Development (Forum) by krsouthern on 8/26/2006
    Filed under: ajax history bookmarks
  • Re: Overriding 2.0 Membership provider

    Hi, It seems that I can simply add this: Membership.ApplicationName = "anotherApp"; to the page_load method and this allows me to add a user for this ApplicationName, so as long as I set it before adding each user then they will be distinct within that ApplicationName. Does this sound okay to you? Thanks Kieran
    Posted to Security (Forum) by krsouthern on 7/5/2006
  • Overriding 2.0 Membership provider

    Hi, I have an application where by each clients data is seperated on a clientID, so I have one application and database shared by different companies. I'm trying to implement the .net 2.0 membership provider for security and was considering changing the ApplicationName value at runtime to allow me to determine weather the person is logging into ClientA or ClientB's application. Something like: public override string ApplicationName { get { //retrieve dynamic company value return "company2" ; } set
    Posted to Security (Forum) by krsouthern on 7/4/2006
  • Adding page and modules to many portals

    Hi, Has anyone ever needed to add a new page with a number of predefined modules on it to a large number of portals? I need to effectively roll out a new page with a new module on it to a large number of portals, the portal users do not have admin rights, as they would probably break it :) Is this possible or is there a module I can buy that can do this sort of thing? Many Thanks Kieran
    Posted to DotNetNuke (Forum) by krsouthern on 4/7/2006
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last »