When I make a context and in it I first make a series of requests to one database, and then a request to another database, an error occurs that distributed transactions on the server are prohibited.
How can I make sure that the second transaction does not fall into this Transaction Scope?
I do not want to close the Transaction Scope before the second connection, since the confirmation of the transaction depends on the results of the second request to another database.