0

Just getting started with Dapper. I'd like to use it, but I have to be sure that it will work in a medium-trust server situation. I've googled for answer without any luck.

Thanks.

r.l.parker
  • 129
  • 1
  • 7

2 Answers2

0

SecurityException - Dapper on shared hosting

As per the link above, it doesn't look like this is possible.

Community
  • 1
  • 1
LiamB
  • 18,243
  • 19
  • 75
  • 116
0

Dapper actually does work but in a limited way. I've gotten the Get methods to work fine but the updating and inserting seems to be the major problem area so I just manually do those. Oh well. I like Dapper too much to drop it completely.

Erick Smith
  • 937
  • 7
  • 27