Server Error in '/IAS/howsawi' Application.

Compilation Error

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.

Compiler Error Message: CS0103: The name 'Authorization' does not exist in the current context

Source Error:


Line 14:     protected void Page_Load(object sender, EventArgs e)
Line 15:     {
Line 16:         if (Authorization.VerifyCurrentUser(this.Page))
Line 17:             this.admin_link.Visible = true;
Line 18:         else

Source File: e:\Sites\FACULTY\IAS\howsawi\system\khotba\MasterPage.master.cs    Line: 16






Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8745