Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们今天使用这个连接字符串:
提供者=SQLOLEDB;数据源=mydomain.com;初始目录=myDB;用户 ID=xxx;密码=xxx;
我想知道谁将 mydomain.com 保存在缓存中,是用户的浏览器还是运行应用程序的服务器?
谢谢
如果这是 ASP.NET 代码,那么数据库连接发生在服务器上。用户的浏览器不知道您的数据库。