- Get link
- X
- Other Apps
Posted by
Real
- Get link
- X
- Other Apps
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
Thank you for your valuable and helpful solution
ReplyDeleteVery helpful, thank you!
ReplyDelete