Try our conversational search powered by Generative AI!

SpiderSupport og sub-applikasjoner til EPiServer i IIS

Vote:
 
Jeg har et problem med SpiderSupport. Når jeg oppretter en .Net-applikasjon som kjører i en VirtualDirectory under min EpiServer-site så feiler den eksterne applikasjonen. Feilmelding jeg får henviser til SpiderSupport i EPiServers web.config. Hvordan kan jeg kjøre .Net-applikasjoner i VirtualDirectory under EpiServer uten å få dette problemet? Mvh, Frank Langva
#12445
Nov 17, 2005 14:28
Vote:
 
Your problem is that the application in the VirtualDirectory also want's to start the HTTPModule "SpiderSupport" again because it's already started at a lower lever (RootWeb). 2 options. 1. Stop the HTTPmodules in the RootWeb by disable them in web.config at that level. 2. Disable in VirtualDirectory, may cause other problems though. /HAXEN
#14265
Nov 21, 2005 9:51
Vote:
 
Do not disable the httpmodules :-) Running your site this way is afaik not supported, but there is hope. You can use the remove tag (instead of add) to remove a httpmodule, but as you can see from this blog, it is not that easy: http://odetocode.com/Blogs/scott/archive/2004/01/07/145.aspx But, it should be possible, if you copy the assemblies referenced as httpmodules to the bin directory below the virtual directory. /Steve
#14266
Nov 21, 2005 13:27
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.