T
tshad
I have set up a Virtual Directory underneath my normal Web Site in IIS 6 for
2 of our sites.
One of them works file.
The other one is giving me an error:
****************************************************************************
Parser Error Message: The module 'ScollKeeperModule' is already in the
application and cannot be added again
Source Error:
Line 33: <httpModules>
Line 34: <add
type="NFission.WebControls.ScrollKeeperModule,NFission.WebControls.ScrollKeeper"
Line 35: name="ScollKeeperModule" />
Line 36: </httpModules>
**************************************************************************************
My main site, which is a Web Site, that works fine is something like:
www.st.com
The folder is in c:\inetpub\wwwroot\st
The one that doesn't work is:
www.st.com/stage/
Where stage is the Virtual Directory.
Its folder is: c:\inetpub\wwwroot\ststage
The web.info is the same in both folders. It almost looks like
www.st.com/stage/ is looking at web.info from the Web Site and then looking
at the web.info in the ststage folder.
What would cause this to happen?
Thanks,
Tom
2 of our sites.
One of them works file.
The other one is giving me an error:
****************************************************************************
Parser Error Message: The module 'ScollKeeperModule' is already in the
application and cannot be added again
Source Error:
Line 33: <httpModules>
Line 34: <add
type="NFission.WebControls.ScrollKeeperModule,NFission.WebControls.ScrollKeeper"
Line 35: name="ScollKeeperModule" />
Line 36: </httpModules>
**************************************************************************************
My main site, which is a Web Site, that works fine is something like:
www.st.com
The folder is in c:\inetpub\wwwroot\st
The one that doesn't work is:
www.st.com/stage/
Where stage is the Virtual Directory.
Its folder is: c:\inetpub\wwwroot\ststage
The web.info is the same in both folders. It almost looks like
www.st.com/stage/ is looking at web.info from the Web Site and then looking
at the web.info in the ststage folder.
What would cause this to happen?
Thanks,
Tom