I am using AutoMapper for mapping between my domain models and view models. My web host only supports medium trust so AutoMapper will not work. Are there any other suggestions for good mappers like AutoMapper that can run in medium trust?
I don’t have access to IIS at the host.
You can develope a simple mapper like this, if your model use properties with the same name: