I have an IIS website for an Intranet.
I want users to sign on via Integrted Windows Authentication and then impersonate a specific user.
The problem I have is that my impersonate command is not accepted as valid syntax. The error I get in my browser is:-
'This is an unexpected token. The expected token is 'NAME'. Line 58, position 14.'
The line of code with the problem is :-
< identity impersonate="true" username="somebody" password="loveme" />
Can anybody see where I'm going wrong? According to my books I am using the correct syntax.
Dazed and confused
I want users to sign on via Integrted Windows Authentication and then impersonate a specific user.
The problem I have is that my impersonate command is not accepted as valid syntax. The error I get in my browser is:-
'This is an unexpected token. The expected token is 'NAME'. Line 58, position 14.'
The line of code with the problem is :-
< identity impersonate="true" username="somebody" password="loveme" />
Can anybody see where I'm going wrong? According to my books I am using the correct syntax.
Dazed and confused