This question is locked. New answers and comments are not allowed.
I want to pass this along in case anyone else encounters the same issue. I recently upgraded my components to the latest release and all of a sudden I am getting errors around permissions:
SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission...
I scrambled to get this fixed and had a hard time finding a solution until I found this article:
http://dbvt.com/blog/post/AspNetHostingPermission-Security-Exception-Fix-with-Ajax-in-IIS7.aspx
My application is installed in IIS7 and I was able to fix this issue by setting 'Load User Profile' equal to true on my application pool...
I hope this helps someone else out...
Jesse
SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission...
I scrambled to get this fixed and had a hard time finding a solution until I found this article:
http://dbvt.com/blog/post/AspNetHostingPermission-Security-Exception-Fix-with-Ajax-in-IIS7.aspx
My application is installed in IIS7 and I was able to fix this issue by setting 'Load User Profile' equal to true on my application pool...
I hope this helps someone else out...
Jesse