Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




error in machine.config

web-app

Hi there,

I installed gemini succesfully - I modified the we.config as explained.
Starting gemini I get the following error:

translation of the parser error message means something like "required rights are not provided"

can you help? thank you!

Server Error in '/Gemini' 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: Erforderliche Berechtigungen wurden nicht erhalten.

Source Error:

[No relevant source lines]

Source File: machine.config    Line: 358

Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

pekai
· 1
pekai
Replies (4)
helpful
0
not helpful

for further details:
the error line in  machine.config is:
<add assembly="System.Web.UI.MobileControls.Adapters,Version=1.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" />



pekai
· 1
pekai
helpful
0
not helpful

This might help:

Save a backup copy of the machine.config file in the C:\Windows\Microsoft.net\framework\v1.1.4322\config directory, and add the text below to the top of the file, above any other <location> tags:

    <location path="web-site-name">
        <system.web>
            <trust level="Full" originUrl="" />
        </system.web>
    </location>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you.. but this seems not to be the problem.

The actual settings in machine.config are:

<location allowOverride="true">
        <system.web>
            <securityPolicy>
                <trustLevel name="Full" policyFile="internal" />
                <trustLevel name="High" policyFile="webhightrust.config" />
                <trustLevel name="Medium" policyFile="web
mediumtrust.config" />
                <trustLevel name="Low" policyFile="weblowtrust.config" />
                <trustLevel name="Minimal" policyFile="web
minimaltrust.config" />
            </securityPolicy>
            <trust level="Full" originUrl="" />
        </system.web>
    </location>

trust level seems already be set to 'Full'

I tried your version also, with same error as a result.
I wonder that it seems to be nevessary to chaneg machine.config anyway... it has not been modified by us and works (with it's actual setting) well with sharpoint and dnn installation.

Because nooen else seems to have that problem: might there be a hidden problem because we run on a a "german system"?

regards,

Peter


pekai
· 1
pekai
helpful
0
not helpful

We have other customers who run OK on German system, so I don't beleive this is the issue.

Did you try installing manually?


Saar Cohen
· 5000
Saar Cohen