Dear All,
i created a exe and calling from asp.net application. The asp.net application hosted on a IIS 5.1 windows xp server with service pack 3.
Below are the steps which we are following
1) calling exe on page button event
2) copying file from network to local machine (network machine in windows 2008 r2 server)
but the problem is i am not able to copy file from network. it give invalid username & password error.
below are some finding and action take to resolve issue
1) given explicity username & password to process when calling from page
2) give aspnet user permission & IIS_user permission
3) tried impersonation also ( even not running exe also)
** when i run the exe stand alone on windows xp pc it copied the file it run in administrator account
** when running exe from page it run under aspnet account
It would be great if some one please suggest what exact solution. I am sure it is pretty much permission related issue.
Thanks in advance.