K
KevinGreen24
Hello,
I'm a software engineer at a company that's trying to engineer a
multi-tenant report environment and we need to identify which company
is trying to access our report server. So basically if our report
server is on a computer called "COMP", and the windows username of the
user trying to access the report remotely is "IBM/Jsmith", we want
"IBM/Jsmith" to get passed to the remote server instead of
"COMP/ASPNET" which is what usually happens. Is there a way to do this
either programmatically through C# or some other way through windows?
I'll clarify further if needed. Thanks!
I'm a software engineer at a company that's trying to engineer a
multi-tenant report environment and we need to identify which company
is trying to access our report server. So basically if our report
server is on a computer called "COMP", and the windows username of the
user trying to access the report remotely is "IBM/Jsmith", we want
"IBM/Jsmith" to get passed to the remote server instead of
"COMP/ASPNET" which is what usually happens. Is there a way to do this
either programmatically through C# or some other way through windows?
I'll clarify further if needed. Thanks!