June 5, 2008 - 09:22 CEST
We tried to setup an ADAM in our test environment that is using user proxies against AD. While the ActiveDirectoryMembershipProvider works with normal ADAM user accounts, we could not, however, log in with any of our proxy accounts.
[...]
April 19, 2008 - 17:16 CEST
Some of you may have read my earlier post
Making a WSS4J client talk to a WSE 3.0 secured web service with x509 certificates. In the original post I used the interop certificates that are issued with WSS4J. In this post I'll explain how you can create your own certificates.
[...]
April 11, 2008 - 17:24 CEST
I've just added a new feature to
.NetSpec's exporter
.NetSpecExporter. It can now parse TestResults files from Visual Studio or MsBuild/TFS Team build, and show them in a compressed readable format.
[...]
November 12, 2007 - 22:40 CET
I've added a couple of new features to .NetSpec.
[...]
October 31, 2007 - 18:50 CET
So I just added a new open source project to boss.bekk.no. It's called .NetSpec and the goal is the provide a
RSpec like syntax for writing tests/specifying behaviour, but still allow the tests to run through Visual Studio's test view and the TFS team build.
[...]
October 18, 2007 - 16:41 CEST
Some of you may have seen my
old posting where I presented some configuration for accessing a WSS4J secured Axis service from .NET using WSE3.0. I have gotten a lot of questions about how to make this work the other way around. This post contains a working configuration for a WSS4J secured client talking to a WSE3.0 secured web service using x509 certificates.
[...]
September 6, 2007 - 21:15 CEST
Datasets tend to make applications really hard to test. In this entry I'll explain a method you can use to improve the testability of your dataset-driven architecture.
[...]
July 11, 2007 - 16:03 CEST
I guess this happens to lots of people because I found a lot of writing about it after searching google, but I didn't find any solution I could fully use. So I created a version that should work in most cases.
[...]
December 7, 2006 - 18:58 CET
ADAM is a good store for users in .NET, but some things tend to take long time to figure out. One of these are password managment. This post will explain a method for setting a user's password from code (for resetting a password, changing a password etc.).
[...]
October 12, 2005 - 18:23 CEST
Making Apache axis web services work with .NET technology can be a pain in the neck.
[...]