ADO WARNING SECURITY
-
Hello there i have a connectionstring like below: 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
-
Hello there i have a connectionstring like below: 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
delnaz wrote:
safety setting on this computer prohibit accessing a data source on another domain.
As memory serves that’s because you’re running the code client side. You will need to mod it to run server side.
DEBUGGING : Removing the needles from the haystack.