G
Guest
Can i achieve this feature in VB.NET? I login into my machine using NT user id mydomain\sbabu and pwd babu to run a dll installed in the GAC. But internally when the dll is connecting to the database with a connection string, the user name mydomain\admin and pwd admin1 should be used to access the database. Whatever may be the log in id and pwd, the final call should be made with a single windows NT user id.(like in MTS scenario). Are you getting this explanation? Please help me how to go about this.