all groups > dotnet web services enhancements > july 2005 >
You're in the

dotnet web services enhancements

group:

WSE2 Diagnostics - Tracing problem


WSE2 Diagnostics - Tracing problem Hiroko
7/28/2005 3:32:02 PM
dotnet web services enhancements:
I've enabled tracing on a small "hello world" web service, and it is simply
not working. No file is created, no tracing occurs.

What are some common reasons this might occur? I've already checked
filesystem permissions, IIS permissions...

I've manually modified my web.config, and also used the WSE configuration
tool to do it instead. Nothing works. Tracing on another webservice on the
same machine functions properly.

<configuration>
<configSections>
<section name="microsoft.web.services2"
type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration,
Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" />
</configSections>

..........

<webServices>
<soapExtensionTypes>
<add type="Microsoft.Web.Services2.WebServicesExtension,
Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" priority="1" group="0" />
</soapExtensionTypes>
</webServices>
</system.web>
<microsoft.web.services2>
<diagnostics>
<trace enabled="true" input="InputTrace.webinfo"
output="OutputTrace.webinfo" />
</diagnostics>
Re: WSE2 Diagnostics - Tracing problem Pablo Cibraro
8/1/2005 6:23:04 PM
Usually, that error is related with filesystems permissions.
Have you checked the eventlog?, WSE always logs error on it when the log
file can not be created.

Regards
Pablo Cibraro.
Lagash Systems.

[quoted text, click to view]

Re: WSE2 Diagnostics - Tracing problem Pete Wood
8/2/2005 12:00:00 AM
Make sure the user ASPNET has WRITE access to the directory you have
specified for the trace logs.

--
Pete Wood
Contact me at http://www.webserviceshelp.org for more help
_________________________________________________________


[quoted text, click to view]

AddThis Social Bookmark Button