Search

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

Matching Posts

  • Re: Get RoleId from created role

    This answer looks completely wrong to me. I'm looking at the aspnet_Roles table right now and the primary key is a field named RoleId, whose type is uniqueIdendifier. There seems to be lots of missing methods for this... such as GetRoleByRoleId, GetUserInRoleId, etc. Now, back to the original question. How do you retrieve the RoleId after adding a user to a Role? Unfortunately, using AddUserToRole returns void, instead of a Role object. Thanks, David
    Posted to Security (Forum) by DevDave on 1/23/2009
  • Re: Manually generate encrypted password

    OK, I figured it out. I just specified a second membership provider in the web.config and use the following: Membership.Providers[ "SecondProvidersName" ].ValidateUser(username, password); It looks like I need to use the same machineKey settings for both this way... if anyone knows how to change that, please chime in. Thanks
    Posted to Security (Forum) by DevDave on 12/12/2008
  • Manually generate encrypted password

    I would like to manually generate an encrypted password so I can compare it with an encrypted password that was generated by ASP.NET's membership methods. Here's the deal, I have an old application that used ASP.NET membership provider. I have a new app that also uses it's own distinct implementation of the membership provider in it's own database. I would like to check if the person logging into the new app for the first time has the correct username/password combo for the old app
    Posted to Security (Forum) by DevDave on 12/12/2008
    Filed under: encryption, Membership Provider, passwords
  • Re: MVC option not available when creating a new project in VS2008

    Thanks Dan. I've done this. I closed VS, uninstalled MVC, reinstalled (rebooting between each step for good measure). Still nothing when creating a new Project (or website). I do have MVC in the start menu, but nothing in Visual Studio. Any other ideas? David
    Posted to ASP.NET MVC (Forum) by DevDave on 10/13/2008
  • MVC option not available when creating a new project in VS2008

    I just installed MVC preview 5 with VS2008 SP1 present. When I go to create a new project, I do not see the option for "ASP.NET MVC Web Application" like is specified in the tutorial videos. Any ideas why this might not be showing up? Thanks, David
    Posted to ASP.NET MVC (Forum) by DevDave on 10/13/2008
    Filed under: MVC, vs2008
  • Re: Installation Fails: MVC Preview 3 requires the .NET Framework version 3.5

    By the way, I have Vista Ultimate, VS 2005 Pro & VS 2008 Standard installed along with the Silverlight 2 Beta 2.
    Posted to ASP.NET MVC (Forum) by DevDave on 8/23/2008
  • Installation Fails: MVC Preview 3 requires the .NET Framework version 3.5

    The problem is... I already have it installed. So I tried uninstalling it, then re-installing it. Then I tried the MVC preview with the same results. Then I installed the .NET Framework 3.5 SP1 and tried installing the MVC preview with the same results. Any ideas?
    Posted to ASP.NET MVC (Forum) by DevDave on 8/23/2008
    Filed under: MVC, installation, .net framework
  • Re: Server Error in '/' Application - Host swears nothing changed

    Hours of calls later... They say these permissions are identical to those of my other sites that are running. I'm getting an ulcer over this one. One of the sites is the main site of my biggest customer. Any other ideas? Thanks, David
    Posted to DotNetNuke (Forum) by DevDave on 5/24/2006
  • Server Error in '/' Application - Host swears nothing changed

    I have 4 dnn installations on CrystalTech that went down over the weekend and are giving the error: Server Error in '/' Application I haven't made any changes to the installations since they were working. I even copied the files and db to my computer and the local installation works just fine. These are all DNN 2.x. Going through the forums, it appears that this error is most commonly due to permissions problems. I tried giving full permissions to the ASPNET and EVERYONE users from their control
    Posted to DotNetNuke (Forum) by DevDave on 5/24/2006
  • Re: MinMax persistance type of cookie requires a ModuleId

    That's funny you should mention it. I fired up your tool and that's how I resolved this problem. I've been using your tool for a long time... it's wonderful (DNN should have something built in that does this). Thanks for creating and sharing it! The DNNDebug page is truly an indispensable part of debugging DNN pages. David
    Posted to DotNetNuke (Forum) by DevDave on 3/19/2006
Page 1 of 29 (288 items) 1 2 3 4 5 Next > ... Last ยป