Error: "The website declined to show this webpage" with AjaxControlToolkit 3.5

Posted by Vijay on Stack Overflow See other posts from Stack Overflow or by Vijay
Published on 2010-05-24T11:19:54Z Indexed on 2010/05/24 11:21 UTC
Read the original article Hit count: 1276

Filed under:
|

What I have?

I have a ASP.NET page deployed in layouts folder of 12 hive in SharePoint. This page makes use of Accordion control in AjaxControlToolkit.dll V3.5.40412.2.

I have placed the page code behind class assembly and AjaxControlToolkit.dll in Virtual Directory bin folder.

What I want?

I want to load this page when a link clicked from a web part for users of "Visitors" site group when the DLLs are placed in virtual directory bin folder.

What problem am I facing?

The page loads properly for administrator. But, for "Visitors", it shows "The website declined to show this webpage" error message.

In these scenarios the page works fine for "Visitors":

  1. If I place both the assemblies in GAC
  2. If I give Everyone read permission to AjaxControlToolkit.dll (in bin)

Am I missing something here?

© Stack Overflow or respective owner

Related posts about moss

Related posts about ajaxcontroltoolkit