Is it possible to specify a relative connection string for an AzMan XML store?
My current connection string is connectionString="msxml://c:/azman.xml"
but I really need to make that relative so other developers and automated builds can get the latest authorization store.
MS documentation seems to suggest that connectionString="msxml://azman.xml"
should work but that throws a The request is not supported
error.
EDIT: I realised that the fact I'm using AzMan through the Enterprise Library Security Application Block was important to the question.