Search Results

1
vote
1answer
200 views

Inferring LDAP address from NT domain name

Given a NT style account name (DOMAIN\UserName) is it possible to infer what the LDAP address for that domain is so that user info can be looked up? My scenario: I have an asp.net app runni …
1
vote

Managing complex Web.Config files between deployment environments.

I use this tool: xmlpreprocess we maintain separate 'property' files for each environment that are merged i …
0
votes

NHibernate: Column does not allow nulls. INSERT fails

You should save the address before saving the person. Depending on the generator you may have to use the save overload that passes in the ID. If you need the save to be implicit you should …
0
votes

Bind to a method in WPF?

ObjectDataProvider also has an ObjectInstance property that can be used instead of ObjectType …