On my sql server database, i do have a table, inside the table i do have a columns named 'SQL_HOST' - default binding value was host_name() & 'SQL_ USER' - suser_sname().
The problem is how to deploy web app that is windows authenticated that if i save something on my web app it will be auto saving the SQL_HOST AND SQL_USER but as of now i was getting an error on user authentication pass-through that saying cannat verify access to the path.
Thank you