'GeminiHttpModule' is already in the application and cannot be added again - Error message
We have been using Gemin as a virtual directory off of the root folder (e.g., http://machine1/group1/). I have added other Gemini instances under the folder without any issues (e.g., http://machine1/group1/inst1 and http://machine1/group1/inst2).
I have recently attempted to 'install' Gemini at the root folder by copying the files from the group1 folder to the folder's root directory (i.e., copy from C:\Inetpub\wwwroot\group1\ to C:\Inetpub\wwwroot). For the root instance, using IIS Mgr, I changed the default document to be default.aspx. In the web.config of the root instance, I updated the URL & changed the name parameter under the authentication/form section. The top level instance of Gemini works with no problems. All the instances in the virtual folders no longer work though, and now have the following error (note: we did not actually use 'group1' as the virtual dir name -- I replaced it so that it would match the naming convention I used above):
Server Error in '/Gemini-Test' 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: The module 'GeminiHttpModule' is already in the application and cannot be added again
Source Error:
Line 233: </httpHandlers>
Line 234: <httpModules>
Line 235: <add name="GeminiHttpModule" type="Gemini.GeminiHttpModule, CounterSoft.Gemini" />
Line 236: </httpModules>
Line 237: <!-- This allows HTML text to be entered into Gemini -->
Source File: c:\inetpub\wwwroot\Gemini-Test\web.config Line: 235
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
|
bygate
· 1 |
|
| Tuesday, October 10, 2006, 8:56:30 PM | |




