I'm just looking through this: You say you have the little yellow triangle icon in IE? And when you double-click on this you get a "Permission Denied" error message in the explanatory dialogue? If so, this is a client-side issue: there is some permission denied on some javascript object or similar at the client-end.
A server-side permission denied would have a HTTP 401 in the IIS log files. Cheers Ken From: [email protected] [mailto:[email protected]] On Behalf Of Dylan Tusler Sent: Friday, 14 May 2010 9:39 AM To: 'ozDotNet' Subject: RE: Permission denied I've been running fiddler, and curiously there is no post or any other session recorded when the error occurs. Like browser permissions are preventing execution of the code at all. Dylan. ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Jason Finch Sent: Friday, 14 May 2010 10:53 AM To: ozDotNet Subject: Re: Permission denied Have you fired up fiddler and see what the payload of the ajax post is? It could be something obscure like a too long url post (or a get not a post) Is the site posting/querying to another domain? could it be some sort of xss thing. (I know you said its posting to the same site, is it perhaps retrieving assets from another site/domain?) Have you tried another browser, the thinking is mayby if you are on IE, IE received a security patch that tightened some flaw or something which you may of relied on and can't no longer. Tying firefox/opera see if the result is the same. On Thu, May 13, 2010 at 3:54 PM, Dylan Tusler <[email protected]<mailto:[email protected]>> wrote: We've suddenly (this week) started getting "Permission denied" errors on some of our internal websites (page loads fine, but a little "Error on page." appears in the bottom left corner, and behind it is a "Permission Denied" error. Some functionality doesn't work, specifically it appears to be choking on a JavaScript POST to another page on the same site.) ------------------------------------------------------------------------------------------------- To find out more about the Sunshine Coast Council, visit your local council office at Caloundra, Maroochydore, Nambour or Tewantin. Or, if you prefer, visit us on line at www.sunshinecoast.qld.gov.au<http://www.sunshinecoast.qld.gov.au/> This email, together with any attachments, is intended for the named recipient(s) only. Any form of review, disclosure, modification, distribution and or publication of this email message is prohibited without the express permission of the author. Please notify the sender immediately if you have received this email by mistake and delete it from your system. Unless otherwise stated, this email represents only the views of the sender and not the views of the Sunshine Coast Regional Council. maile 3_0_0
