Link to home
Start Free TrialLog in
Avatar of Member_2_1316035
Member_2_1316035

asked on

Change the credential in C# web application

Hi,
I have a C# web application running on sever A. After the user updates his password, this application needs to create a text file on sever B. Then another application will read this text to excute some windows jobs.
As I know the account run the C# web application is the sever A machine account "ASPNET". We can't make this account have the right to write a file on server B. Is it possible I can change the credential to a windows account so the application can write a file on server B?

Many Thanks,
SOLUTION
Avatar of Todd Gerbert
Todd Gerbert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial