Hi,
I want to write from web service to event log. But I got security exception.
So I need increase priveledges. and I tried to write to web.config :
<configuration>
<system.web>
<identity impersonate="true" username="A" password="Apassword" />
</system.web>
</configuration>
but I get SOUP excpetion that username is not valid attribute.
What's wrong ???
P.S.: I still thought that asp.net .config schema applies also to Web
services but probably no. Can you tell me, if you know, where is Web services
schema in MSDN library 'cause I can find it there.
Thank you very much :)
Chris Botha - 05 Feb 2005 22:42 GMT
It is case sensitive, so should be userName rather than username
> Hi,
>
[quoted text clipped - 18 lines]
>
> Thank you very much :)
Samudrala - 06 Feb 2005 11:27 GMT
> Hi,
>
[quoted text clipped - 16 lines]
>
> Thank you very much :)