我的代码中有两种方法。两种方法,连接同一个DB,执行同一个SP,根据输入字符串返回数据
GetData("xxx");
GetData("xyz");
当我一一调用这些方法时,它工作正常。但是当我尝试使用单独的线程运行这些方法时,它给出了
Message: "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication."
Number: 18452
为什么这仅通过线程发生,我该如何解决?请帮忙。
这是我的连接字符串
"server=DBServer;database=DataBaseName;Integrated Security=SSPI;Pooling=True"/>"