I'm using asp.net membership, and need to make a call to Membership.GetUser() while I have another open SQL connection, but my code dies at that call. I have MultipleActiveResultSets=True in the connection string that is used by both my code and the Membership provider. It appears that the Membership class is ignoring the MARS part of the connect string.
Any suggestions as to how I can get MARS to work with the Membership class so I can solve this problem?
Thanks,
Scott