I am getting the error "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is denied." if impersonation is enabled and the specific user is not admin in the system. When i googled i found that people has suggested to
give full control to the user for the folder ASPNET temporary files folder. I think this is a security issue and out security team wont allow us to run the site with this kind of configuration. Is there anyother work around for this?
There is a problem with your AjaxControlToolkit. There is no need to provide explicit access to those folders. Your bin folder where you have published the site/Virtual Directory shouldnot be read only.
Check with that first, else re install AjaxControlToolkit DLL.
Regards
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.
shinus
Member
25 Points
50 Posts
Impersonation not wokring with Ajaxcontroltoolkit
May 07, 2012 06:25 AM|LINK
I am getting the error "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Access is denied." if impersonation is enabled and the specific user is not admin in the system. When i googled i found that people has suggested to give full control to the user for the folder ASPNET temporary files folder. I think this is a security issue and out security team wont allow us to run the site with this kind of configuration. Is there anyother work around for this?
Thanks in advance.
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: Impersonation not wokring with Ajaxcontroltoolkit
May 09, 2012 08:52 AM|LINK
Hi
You can try to reinstall the Ajaxcontroltoolkit in your Visual studio.
http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx
Hope it helpful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
Srikanth Kas...
Contributor
4289 Points
883 Posts
Re: Impersonation not wokring with Ajaxcontroltoolkit
May 09, 2012 10:10 AM|LINK
There is a problem with your AjaxControlToolkit. There is no need to provide explicit access to those folders. Your bin folder where you have published the site/Virtual Directory shouldnot be read only.
Check with that first, else re install AjaxControlToolkit DLL.
Srikanth Kasturi
Please "Mark As Answer" if my post serves purpose.