Re: Error adding httpModule
From: John Saunders (john.saunders)
Date: 04/01/04
- Next message: Bin Song, MCP: "RE: sqldataadaptor on remote web server"
- Previous message: Manohar Kamath [MVP]: "Re: Error adding httpModule"
- In reply to: Lori McDonald: "Error adding httpModule"
- Next in thread: Akshay Kumar: "session state blues"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 1 Apr 2004 15:05:20 -0500
"Lori McDonald" <lori@nospam.nospam> wrote in message
news:0F662320-8EEF-4265-A017-F46EDF8C0D73@microsoft.com...
> I have an httpModule that I am adding in the web.config file to implement
roles based authentication. It is working well.
>
> However, I have just created a test application within my main www
application. I wanted the test application to be a standalone website that
I can refer my client to to review new work we do. The main www webiste is
working fine, but the website in the test folder is giving me the following
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 'SetIdentity' is already in the
application and cannot be added again
>
> I am guessing that the test application is somehow "inheriting" the
httpModule from the www application, however, I don't understand why it
would because I created a separate application in IIS.
>
> Any ideas how to fix this? I would rather not change the web.config file
because I want it to be an identical copy of the www application.
It's a known bug. The only fix is to put a copy of the module in the
sub-applications bin folder.
-- John Saunders John.Saunders at SurfControl.com
- Next message: Bin Song, MCP: "RE: sqldataadaptor on remote web server"
- Previous message: Manohar Kamath [MVP]: "Re: Error adding httpModule"
- In reply to: Lori McDonald: "Error adding httpModule"
- Next in thread: Akshay Kumar: "session state blues"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|