Not enough permissions for RadAjaxPage

Today  while hosting my application in Godaddy Server, I got an error Instating "Not enough Permissions" as most of the people are using shared hosting and hence Godaddy Server giving Medium trust level permission to the hosting folder we can change the permission via changing the properties of the folder but here I am writing the simple and faster way:

 

Error:

Server Error in '/' Application.


Not enough permissions.
Inherit your page class from RadAjaxPage if you are running under Medium trust level.

 

Solution:

Just we need to change the below mentioned syntax:

public partial class MyPage : System.Web.UI.Page

To

public partial class MyPage : Telerik.Web.UI.RadAjaxPage

That's it . now issue resolved.

Happy Coding guys.

Comments

  1. Thank you for your valuable and helpful solution

    ReplyDelete
  2. Very helpful, thank you!

    ReplyDelete

Post a Comment

Thanking you for the comment.

Technology