Greetings.
I am using WSE 2.0 Service Pack 3 to secure a webservice and i enabled
the Message Trace.
Currently, i have trace enabled in both sides, server and client. The
problem is WSE only creates trace files for the client and not for the
server. If i disable the trace on the client, i don't get any files.
Is it even possible to enable the server to create the trace files?
Pablo Cibraro - 21 Nov 2005 19:59 GMT
Hi Taurus,
Have you granted file permissions to the account running ASP.NET (ASPNET
account) ?. That account requires write permissions in order to create the
trace file.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
> Greetings.
> I am using WSE 2.0 Service Pack 3 to secure a webservice and i enabled
[quoted text clipped - 5 lines]
>
> Is it even possible to enable the server to create the trace files?
Taurus - 22 Nov 2005 10:45 GMT
Greetings.
Just did what you said, Pablo.
I gave write permissions to the trace files' destination folder and it
worked perfectly.
Thank you for your help.