Hello, I am using Rhino Security and everything works fine when I configure the security settings as follows:
Security.Configure<User>(cfg, SecurityTableStructure.Prefix);
However, this depends on having a single User type that implements the IUser interface whereas my application has multiple types of "User". I tried using the above line twice with different user types but, predictably, this resulted in a duplicate mapping error...
Has anyone ever run into (gotten around) this issue? Thanks in advance JP