Hallo,
i have a problem vwith my iis / 2003 Server r2 and can't fix it.
The web application has work with the rights of the user. (user, secret) The user has an account @ the domain and the rights to write an txt file to an folder(other Server)
IIS:.
Integrated Windows authentication + Digest authentication for Windows domain server
.
web.config:
<authentication mode="Windows" />
<authorization>
<deny users="?"/>
</authorization>
<identity impersonate="true" />
The web application can't write the file, but the user has all the rights.
If I write the login in the identity it works fine:
<identity impersonate="true" userName="domainname\user" password="secret" />
I don't understand why it is not possible toe write the file with the 1st solution,
Hope to get an help.
Best From
Dieter