Mosso Cloud / .NET / Installation Error on Second Install

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.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

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.

This thread is closed to new posts. You must sign in to post in the forums.
6/28/2009 5:18:47 AM
Gravatar
Total Posts 18439

Re: Mosso Cloud / .NET / Installation Error on Second Install

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 

9/26/2009 6:25:33 PM
Gravatar
Total Posts 1

Re: Mosso Cloud / .NET / Installation Error on Second Install

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" />

 

You must sign in to post in the forums. This thread is closed to new posts.