Hi,
I'm having trouble finding solution for this particular issue, it would be great help if someone can direct me into right path.
We have sharepoint 2007 server where we deploy all our website as dll and contents under _Layout. We had created new website recently and having trouble getting it worked for Site Admin users, yes it works for users who didn't logged-in but once the site admin logged-in he/she will get error message.
I had enabled tracing for FailedReqLog and below (few msgs before and after the error) is what I got when this error happens but no clue on why it happens only for site admin but not for anonymous users.
60. i ISAPI_START 02:50:01.081
61. i CALL_ISAPI_EXTENSION
DllName="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" 02:50:01.081
62. i AspNetStart Data1="GET", Data2="/_layouts/Downloads/Default.aspx", Data3="" 02:50:01.081
63. r MODULE_SET_RESPONSE_ERROR_STATUS
Warning ModuleName="IsapiModule", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="403", HttpReason="Forbidden", HttpSubStatus="0", ErrorCode="The operation completed successfully.
(0x0)", ConfigExceptionInfo="" 02:50:01.081
64. NOTIFY_MODULE_START ModuleName="DigestAuthenticationModule", Notification="SEND_RESPONSE", fIsPostNotification="false", fIsCompletion="false" 02:50:01.081
65. NOTIFY_MODULE_END ModuleName="DigestAuthenticationModule", Notification="SEND_RESPONSE", fIsPostNotificationEvent="false", NotificationStatus="NOTIFICATION_CONTINUE" 02:50:01.081
↧