Hi, I have a custom assembly code that resides on reporting server (integrated with SharePoint). To access sql server database from assembly, if I create an internal user within SQL Server, in Settings.settings of assembly for connection properties use SQL Server Authentication mode and enter username and password then assembly can access the database.
If I use windows authentication and I (have full rights to database) execute the report, it does not access the database.
If I use windows authentication within a custom assembly, what user it tries to access the database? I am assuming user who executed the report but want to be sure as some are suggesting the user which reporting services running as.
The policy configuration file has been modified too.
thanks.