yea it is a warning that i have in my server , and this is a note that how this warning appeared : ---------------------------------------------------------------------- Hello there i have a connectionstring like below in javascript: var connectionstring = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=false;Data Source=E:\\mohebi\\b1384.6.26\\adabiat1\\data base\\db_demo.mdb"; and when i wana open it on IIS on my local computer, i have this ADO Security Warning : This website is using your identity to access a data source.If you trust this website , click OK to continue ,otherwise click Cancel. I found the way to deny this warning and that is adding my website to TRUSTED SITES in IE. BUT when i use this source on MY SERVER ,MY SERVER is WINDOWS SERVER 2003, it is another warning like below: safety setting on this computer prohibit accessing a data source on another domain. I can solve this problem with adding it to TRUSTED SITES , but i have many clients , AND OF COURSE I CANT DO THIS FOR ALL MY CLIENTS!!! how can i solve this problem ?? Have good day and time