Hi,
You shouldn't give write permissions to the root of your website. That is a very bad security practice.
App_Data and Data directories should be the only writable directories in your site. The log lives in \Data and is named currentlog.config.
I recommend you remove the permissions you granted to the "mojoportal website folder" and then add write permissions to the App_Data and Data directories.
HTH,
Joe D.