Installation issue on Win2K8 R2

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.
2/2/2011 4:29:58 PM
Gravatar
Total Posts 15

Installation issue on Win2K8 R2

I'm running into an issue I can't seem to resolve.  Below are the steps I've taken and details.  Any help would be appreciated.

OS: Windows Server 2008 R2
SQL Server Express 2008 R2
MojoPortal 2.3.6.1 .net 4

-IIS Admin - Setup new mojoAppPool with .NET v4.0 Integrated pipeline and NetworkService as the Identity
-Download mojoportal-2-3-6-1-mssql-net40-deploymentfiles.zip and extract files to a new directory.
-Copy contents of the wwwroot directory to c:\inetpub\wwwroot\ct as I want to run mojoPortal under the ct subdirectory.
-Edit user.config with connection string parameters for my database.
-Change ACL for NetworkService on the c:\inetpub\wwwroot\ct directory to have read access and then full control on ct\Data and ct\App_Data.
-IIS Admin - Right click on ct directory and select "Convert to Application" and then change Basic Settings to mojoAppPool.

Hit the /ct directory in the browser and get 500 - Internal Server Error

I'm guessing it isn't reading the web.config but I didn't change it from the download (only modified user.config).
Also something that points to the same thing is if in IIS Admin I open the "Pages and Controls" option I get the following error:
Error: Unrecognized attribute 'controlRenderingCompatibilityVersion'
and it's referencing the web.config in the ct directory.

Additionally if I try to open the ".NET Compilation" section I get an error:
Error: Unrecognized element 'folderLevelBuildProviders'
but this is referencing the web.config in the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config directory.

Any help would be appreciated as I've never had any trouble installing mojo before but I'm stuck here.

Thanks

2/2/2011 4:40:44 PM
Gravatar
Total Posts 15

Re: Installation issue on Win2K8 R2

Well, nothing like posting 5 minutes later that I figured the issue out.

It appears that ASP.NET was not installed on the new server from the web host so I had to run aspnet_regiis -i -enable in the Framework64 directory.

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