This is a migrated thread and some comments may be shown as answers.

web.config Integrated Windows authentication

1 Answer 320 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dieter
Top achievements
Rank 1
Dieter asked on 06 Feb 2010, 06:20 AM

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

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 11 Feb 2010, 08:32 AM
Hi Dieter,

I believe that these articles will be of help:

Greetings,
Fiko
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
General Discussions
Asked by
Dieter
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or