Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 20764

what user/services custom assembly .dll file is getting authenticated?

$
0
0

Hi,

I have a custom assembly .dll file in C#.  I have many methods and they work perfectly.  I have also created a method to access database using Linq_to_SQL.  If I create a sql server user (not in AD) and in <connection, ConnectionString of my c# method hard code the username and password, from report server have a connection to the database and my method will work.  If I use a AD username that has the same right access on the database and place the username and password into the ConnectionString then it works.

My questions is this? does the assembly code uses reporting services "services" user as authonication?

In connectionString this is what I use <ConnectionMode="AppSettings"ConnectionString="server=ServerName;database=DBName;Persist Security Info=False;Integrated Security=SSPI"SettingsObjectName="rptCustomAssembly.Properties.Settings"SettingsPropertyName="myDbConnectionString"Provider="System.Data.SqlClient" />


Viewing all articles
Browse latest Browse all 20764

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>