D
Dima Semensky
Hi!
after extensive research of this topic, I'm still not sure what is
"official" way to do it.
Task:
1. User submits some request to ASP.NET application and the app should
write the result to a network share.
2. Integrated Authentication must be used
3. No open password are allowed to be specified in any config files
4. Can't assign special domain user as Local Administrator
Problem:
With default setup, it is not possible due to security reasons.
Related topics:
- impersonation
- machine.config - processModel.userName
- IUSR_MACHINE user
- delagation
Here is where I'm stuck: I'd like to use impersonation like this:
<identity impersonate="true" userName="Bob" password="pwd" />
but this topic explains that it's not possible:
http://groups.google.com/groups?q=i...t.*&selm=uzT4T##wCHA.2680@TK2MSFTNGP09&rnum=1
Any ideas?
Dima Semenskyy.
after extensive research of this topic, I'm still not sure what is
"official" way to do it.
Task:
1. User submits some request to ASP.NET application and the app should
write the result to a network share.
2. Integrated Authentication must be used
3. No open password are allowed to be specified in any config files
4. Can't assign special domain user as Local Administrator
Problem:
With default setup, it is not possible due to security reasons.
Related topics:
- impersonation
- machine.config - processModel.userName
- IUSR_MACHINE user
- delagation
Here is where I'm stuck: I'd like to use impersonation like this:
<identity impersonate="true" userName="Bob" password="pwd" />
but this topic explains that it's not possible:
http://groups.google.com/groups?q=i...t.*&selm=uzT4T##wCHA.2680@TK2MSFTNGP09&rnum=1
Any ideas?
Dima Semenskyy.