Installation error

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.
3/7/2007 9:30:17 AM
Gravatar
Total Posts 6

Installation error

Hi Joe,

Just installed a new version of 2212 (newly built files and brand new db) and am getting

The path '/mojo2212/Web/App_GlobalResources/' maps to a directory outside this application, which is not supported.

Any ideas?

Cheers

Colin
3/7/2007 9:38:55 AM
Gravatar
Total Posts 18439

Re: Installation error

Is this in a hosted environment using release files or a development machine using source code?

Sounds like the Web folder doesn't correspond to the IIS web application root. If in a hosted environment I think you uploaded the files to the wrong location. The contents of the Web folder in the download should be uploaded to the web root at the host, not in a sub folder.

Hope it helps,

Joe
3/7/2007 9:42:42 AM
Gravatar
Total Posts 6

Re: Installation error

Dev PC using source files.

The 'web' folder is set up as dotnet application as per all the other version I've used (I then deploy to our web server when everything is OK)

"Sounds like the Web folder doesn't correspond to the IIS web application root"

it doesn't but previous versions worked this way OK for me
3/7/2007 9:49:25 AM
Gravatar
Total Posts 6

Re: Installation error

Boo!
Makes no difference, deployed to it's own folder and still get the same error
3/7/2007 9:53:03 AM
Gravatar
Total Posts 18439

Re: Installation error

so your url is localhost/somefolder and somefolder is an IIS virtual directory configured for ASP.NET 2.0 and the App_GlobalResources folder is directly beneath somefolder?

That should work. If there is a web app with another web.config file above the somefolder it could cause a problem. Other than that I can't think of what is causing that unless there is some virtual folder mapping on your dev machine that is making App_GlobalResources appear to be outside of the somefolder virtual directory

Joe
3/7/2007 10:05:24 AM
Gravatar
Total Posts 6

Re: Installation error

Just created a virtual IIS folder (never done this locally before but will do in future) and all seems well now.

Thanks again for your time Joe.

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