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.




configuration error

web-app

I have installed gemini on computer with WindowsXp sp2 to test it. When I try to execute the program I have the following error:

If I delete the line 213 in webconfig file the program starts, but some functions such as project attributes don't work.

Can anyone help me?

Thanks in advance.

Luca 

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: Unrecognized attribute 'validateRequest'.

Source Error:

Line 211:        </httpModules>
Line 212:       <!-- This allows HTML text to be entered into Gemini -->
Line 213:       <pages validateRequest="true" enableSessionState="true" enableViewState="true" enableViewStateMac="true" />
Line 214:        <browserCaps>
Line 215:           <!-- GECKO Based Browsers (Netscape 6+, Mozilla/Firebird, ...) //-->

Source File: c:\inetpub\wwwroot\Gemini\web.config    Line: 213

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

TimeCo
· 1
TimeCo
Replies (1)
helpful
0
not helpful

Gemini does not support .NET 1.0, only 1.1.


Mark Wing
· 9108
Mark Wing