Search

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

Matching Posts

  • Password & PIN

    Hi, We have a requirement to authenticate a user using both a password & a PIN, this user must also choose multiple Question & Answer combinations when registering. We're also using an existing database schema, so we have to create custom Membership, Role & Profile Providers. I have overridden the Create method to accept these new parameters, as well as returning a new MembershipUser class that contains these extra fields. Most of the other methods will also have different parameters
    Posted to Security (Forum) by mark182 on 3/28/2006
  • Re: Strongly typed DataSet connection string

    Thanks Bradley, that's exactly what I was looking for. I actually tried that method a while back but I must have got the naming of my connection string wrong because I could never get it to work, but it's working fine now. The app.config file in the dataset assembly was always bothering me, but now I see it's only used by the designer in this scenario. Thanks, Mark.
  • Re: Strongly typed DataSet connection string

    Reading another post on TableAdapter's led me to the ConnectionModifier property in the TableAdapter designer, so now my Connection is marked public and I can now assign my connections in the method bitmask described. I just need to figure out a way to remove those extra app.config and settings.settings file in my DataSet assembly. But at least it's working the way I want now.
  • Re: Strongly typed DataSet connection string

    That is ideally what I'd like to do, but it looks like the TableAdapter that is autogenerated has the Connection property marked internal and I'm keeping my DataSets and data access code in seperate assemblies.
  • Strongly typed DataSet connection string

    Hi, Hopefully someone will be able to help me with this as I haven't found a satisfactory solution to this seemingly trivial problem yet. We have a web application using strongly typed datasets with the code seperated into several layers. The datasets are contained in their own assembly with the data access classes in another. When creating the datasets VS.Net will automatically generate the settings.settings and app.config files in the dataset assembly, with the connection string stored in both
Page 1 of 1 (5 items)
Microsoft Communities