We use this connection string today:
Provider=SQLOLEDB; Data Source=mydomain.com; Initial Catalog=myDB;User
Id=xxx; Password=xxx;
And I like to know who is save the mydomain.com in is cache, the browser of the user or the server that run the application?
Thanks
If this is ASP.NET code, then the database connection happens on the server. The user’s browser has no knowledge of your database.