Search code examples
dotnetnukedotnetnuke-module

Installing a Module in DNN , Folder permissions


  • I am trying to install a module in a DNN project residing on Godaddy.
  • I am getting an error installing the module
  • I know the error I am getting in DNN is coz of permissions.
  • I thought giving write permissions to the App_Data and DesktopModules folder will resolve the error, but it doesn't, is there any other folder I have to give write permission to
  • BTW, I am trying to install the already existing "Feedback" module in DNN

Solution

  • Okay the Feedback module and most modules that are installed as PA's have binary/compiled files for the data provider and much of the actual code for the controls. First thing I would check is that the 'bin' folder has write permissions as well as 'app_code' and 'desktopmodules'