Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
It looks like a folder permission problem to me.
Make sure the web process is able to create/modify files and folders starting at /Data
I would also make sure the App_Data folder exists and is writable.
Hope it helps,
Joe
I think the rackspace cloud (mosso) also requires that impersonation be used so that folders can be created.
So, inside of web.config add this:
<system.web> <identity impersonate="true" userName="yourftpuser" password="yourpwd" />
<system.web>
<identity impersonate="true" userName="yourftpuser" password="yourpwd" />