Web server was up for 19 days and all of a sudden the client side application
stopped working. the Web log shows 404 0 2 which is "File not found Denied
due to Lockdown Policy". When the servers were rebooted the problem cleared
If some group policy been pushed down from the domain; normally a reboot
would not clear it. Is there a patch that I could not find?

Re: File not found Denied due to Lockdown Policy 404 0 2 error by Ken

Ken
Wed May 09 22:16:43 CDT 2007

404 2 xxx is Web service extension lockdown policy prevents this request.
Enable the relevant web service extension (or register the file extension as
being used by the web service extension)

404 0 xxx is a more general 404 (e.g. File Not Found, or URLScan caused or
similar)

So, first you need to work out what status code you are getting.

In terms of finding out what is changing, I would suggest the use of
Metabase Auditing:
http://www.adopenstatic.com/faq/IISMetabaseAuditing.aspx

Cheers
Ken

--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken

"TheTIMguy" <TheTIMguy@discussions.microsoft.com> wrote in message
news:0723EFB6-C9C8-4B02-ADC6-0B8AA238E0D2@microsoft.com...
> Web server was up for 19 days and all of a sudden the client side
> application
> stopped working. the Web log shows 404 0 2 which is "File not found
> Denied
> due to Lockdown Policy". When the servers were rebooted the problem
> cleared
> If some group policy been pushed down from the domain; normally a reboot
> would not clear it. Is there a patch that I could not find?