Search

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

Matching Posts

  • Re: Remove Security Question and Answer

    I got the Question / Answer text boxes to come out of the CreateUserWizard. But how can I get the PasswordRecovery to e-mail the password out with just the username?
    Posted to Security (Forum) by sfbarron on 10/24/2006
  • Re: Creating My Own Login System

    Hey, will this code work with the LoginName & LoginStatus controls? Create User / Change password / Forgot password I assume would all have to be custom implemented?? Also, are your passwords hashed in your database or just a plain string? Thanks, Steve
    Posted to Security (Forum) by sfbarron on 10/24/2006
  • Re: ASP.NET 1.1 to 2.0 Conversion?

    I'm using Visual Web Developer 2005 Express. It attempted the conversion and gave me over a hundred build errors. Where would I get this "web application patch"? Did you try running this patch and have good luck?
  • Re: Accessing Custom Membership Custom Functions

    I'm in the same boat with all this hard-coded Membership crap. I just have an existing database I want the Login control to pull the name and password from and it's becoming a nightmare. I've looked into custom classes but all you can do with those is login and create user, I think you loose the change password and forgot password features that I would have no clue how to implement in VB.NET??? I wish MS made ASP.NET 2.0 more flexible in terms of customizing their existing hard-coded
    Posted to Security (Forum) by sfbarron on 10/24/2006
  • Re: Login / Membership Controls

    The CreateUser function that I would use is on that page. I'm not sure what I'm going to do. I'm starting to hate .NET now because I can't even get this simple taks done without rewriting an entire class that still doesn't cover everything I would need. I just want to use my existing database but now it looks like I'm going to have to mock my existing database with the ASPNETDB.mdf that is created. And then somehow figure out a way to import all of my data into the correct
    Posted to Security (Forum) by sfbarron on 10/23/2006
  • Re: Login / Membership Controls

    Yeah, I found this article from Microsoft that seemed to help. http://support.microsoft.com/kb/910440 I'm going to try and implement this custom class today. I still need alot of the functionality of the ASP.NET 1.1 site that I'm upgrading, (ex. - Forgot password/e-mail new temporary password function). I don't know how the hell I'm going to implement this. I really don't understand why Microsoft made it so difficult to adjust their login feature to existing databases. It's
    Posted to Security (Forum) by sfbarron on 10/23/2006
  • Re: Using Existing SQL Server DB with new ASP.NET 2.0 Application with Login

    Hey, thanks alot for the reply... By accident, I only listed part of the code. Did you write that connectionStrings part in SQL 2000 or 2005? I'm still on the fence about whether we're going to go with SQL 2005 or stick with SQL 2000 when this site goes live. But for now I am just using Visual Web Developer 2005 Express Edition, that uses SQL 2005 Express, correct? After getting this application to recognize my existing database instead of the default aspnetdb.mdf one, I need to create a
    Posted to Security (Forum) by sfbarron on 10/23/2006
  • Using Existing SQL Server DB with new ASP.NET 2.0 Application with Login

    Okay, I have a former SQL Server database that I used on a previous ASP.NET 1.1 site. I am trying to work with it on a completely new site in ASP.NET 2.0. A couple of the links above were helpful but they talk about using existing Access databases where as I want to just use my existing SQL server database. In the connectionStrings= the Provider attribute says: Provider=Microsoft.Jet.OLEDB.4.0 What would I swap in the to use an existing SQL Server database? I've seen it before, I just can't
    Posted to Security (Forum) by sfbarron on 10/20/2006
  • Re: Login / Membership Controls

    Okay, I have a former SQL Server database that I used on a previous ASP.NET 1.1 site. I am trying to work with it on a completely new site in ASP.NET 2.0. A couple of the links above were helpful but they talk about using existing Access databases where as I want to just use my existing SQL server database. In the connectionStrings= the Provider attribute says: Provider=Microsoft.Jet.OLEDB.4.0 What would I swap in the to use an existing SQL Server database? I've seen it before, I just can't
    Posted to Security (Forum) by sfbarron on 10/20/2006
  • Re: Login / Membership Controls

    I have the same question, too. I have an existing database with fields I'd like to use for the login / password. The tricky thing is I think ASP.NET 2.0 defaults the field names to 'username' and 'password', or something like that. In my existing database, I use the fields 'email' for login and 'password' for password... I found a site that might help you guys out ( http://aspnet.4guysfromrolla.com/articles/040506-1.aspx ), it shows you how to use the "aspnet_regsql
    Posted to Security (Forum) by sfbarron on 10/20/2006
Page 1 of 2 (16 items) 1 2 Next >