I don't need the logs.
My query is why is so much data being generated.
It is internal access only.
If it's normal then I am happy to stop logging, this then leads on to how do I stop the logging.
Main Topics
Browse All TopicsThe log files created in c:\inetput\logs\logfiles\w
Server is running SBS 2008
Mac address of card is in server
It appears the the log file is being wriiten to on almost a permanent basis with only a couple of minutes before the process starts again.
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
2009-11-06 00:05:00 fe80::49c:7e08:dfd3:e486%1
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You have some webservice and someone is using it constantly.
Your IIS knows that it should log everything so it does it... :)
I'm guessing you use Windows 2003 (=IIS6) but IPv6 addresses may indicate it's Windows 2008 too...
On the IIS6:
To stop logging you should run IIS management identify virtual site with ID 1372222313 (it may be not so easy if you have a lot of sites) and then open properties and on the "general" page uncheck "enable logging" option.
Sorry... It's SBS 2008. I've missed it.
1.Open IIS Manager and navigate to the level you want to manage.
2.In Features View, double-click Logging.
3.On the Logging page, in the Actions pane, click Enable to enable logging or click Disable to disable logging.
look at http://technet.microsoft.c
Business Accounts
Answer for Membership
by: gtworekPosted on 2009-11-06 at 02:26:46ID: 25757933
You have some options:
1. do not log access to your webservice (looks like internal access so there's no serious security risk)
2. delete old logs every day or two. This gives you some historical data but amount will not grow
3. check "compressed" attribute on the logs folder. Log files compress pretty well
Do you really need these logs?