Posted on: 12/3/2014 6:51:32 PM | Views : 508

Hello - I built a website that consists of a console for administering security for various web applications. The console builds ok in the VS2010 environment however when deployed to the web server I get an exception as shown below.
The error occurs in a method called "RowUpdating" that is located in a class called ManageRoles,aspx.cs. This file is located in a folder called Roles which is under the root directory.
The method RowUpdating attempts to call a class/method that is located in the App_Code folder. RolesDAL.UpdateRole(). UpdateRole is a static method
What steps do I need to take to enable the ManageRoles class to access the class in the App_code folder.
Thanks,
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.       & ...

Go to the complete details ...