installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

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/3/2016 1:05:49 PM
Gravatar
Total Posts 27

installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

HI Joe:  Done many IIs 7 mojo installs -- this is my first IIS8.5 installation.

IS8.5 Server 2012 R2  SQL Server 12.0.4100

application pool = v4.0  Integrated   NetworkService

Got the following error in initial set-up


Server Error in '/' Application.

Configuration Error 
  Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

 Parser Error Message: An error occurred while parsing EntityName. Line 11, position 86.

Source Error: 

Line 9:      <!-- uncomment this if using AppFabric Caching -->
Line 10:     <!--
Line 11:     <section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core"
Line 12:            allowLocation="true" allowDefinition="Everywhere"/>
Line 13:            -->
  

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274 

 

3/3/2016 1:07:06 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

Forgot to add --  mojoportal-2-4-0-9-mssql-net45-deploymentfiles   is the mojo version

3/3/2016 1:24:39 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

What puzzles me is why is the IIS8.5 parser erroring on line 11 when this line has been commented out? 

3/3/2016 1:27:50 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

I removed the commented AppFabric line out --  no matter what edits I make -- web.config line 11 errors

I have other 4.5 sites running on this 2012R2 server btw

3/3/2016 2:49:17 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

want to also confirm that asp.net 4.5 and asp.net 3.5 Features are installed on this server

3/3/2016 4:16:18 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

the latest asp.net framework installed is 4.5.1  -  the server is configured to have a minimal attack service - so only roles and services that are need are installed. I wonder if I am missing a needed service

3/4/2016 4:19:46 AM
Gravatar
Total Posts 18439

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

you should check the event viewer on the server to find the error details

3/11/2016 12:53:42 PM
Gravatar
Total Posts 27

Re: installation error: IIS8.5 Server 2012 R2 SQL Server 12.0.4100

Thanks to Joe Davis of i7Media -- I had two non-encoded ampersands in the MSSQLConnectionString in the user.config. This caused the site to crash with no tracing or error logging.   Once I stripped out the special characters from the password string, everything worked!

 

Thanks for your replies 

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