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.
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
Forgot to add -- mojoportal-2-4-0-9-mssql-net45-deploymentfiles is the mojo version
What puzzles me is why is the IIS8.5 parser erroring on line 11 when this line has been commented out?
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
want to also confirm that asp.net 4.5 and asp.net 3.5 Features are installed on this server
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
you should check the event viewer on the server to find the error details
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