Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2005

Tip: Looking for answers? Try searching our database.

WSE2 Diagnostics - Tracing problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hiroko - 28 Jul 2005 23:32 GMT
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>
 </microsoft.web.services2>
Pablo Cibraro - 01 Aug 2005 22:19 GMT
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.

> I've enabled tracing on a small "hello world" web service, and it is
> simply
[quoted text clipped - 32 lines]
>    </diagnostics>
>  </microsoft.web.services2>
Pete Wood - 02 Aug 2005 17:21 GMT
Make sure the user ASPNET has WRITE access to the directory you have
specified for the trace logs.

Signature

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

> Usually, that error is related with filesystems permissions.
> Have you checked the eventlog?, WSE always logs error on it when the log
[quoted text clipped - 40 lines]
>>    </diagnostics>
>>  </microsoft.web.services2>

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.