﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / Old Forums / InstantKB.NET 1.x / Installation / Update  / I'm trying to get InstantKB.net to Live with my DNN Install / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Fri, 09 Jan 2009 10:43:52 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: I'm trying to get InstantKB.net to Live with my DNN Install</title><link>http://community.instantasp.co.uk/Topic6281-25-1.aspx</link><description>Hi Gjeret,&lt;P&gt;It is certainly possible to run InstantKB together with DotNetNuke (I have it running on my own site).&lt;/P&gt;&lt;P&gt;What you are experiencing is web.config inheritance (the web.config from InstantKB inherits the settings from your dnn installation because InstantKB is in a subfolder).&lt;/P&gt;&lt;P&gt;What you need to do is this :&lt;/P&gt;&lt;P&gt;- remove the httpmodules from dnn for the InstantKB installation by editing the web.config in the InstantKB directory like this :&lt;/P&gt;&lt;P&gt;[code]&lt;BR&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;!-- For InstantKB.NET specific application settings please see InstantKB.config --&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;system.web&amp;gt; &lt;BR&gt; &lt;BR&gt;  &amp;lt;httpModules&amp;gt;&lt;BR&gt;   &amp;lt;remove name="UrlRewrite" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="Exception" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="UsersOnline" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="ProfilePrototype" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="AnonymousIdentificationPrototype" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="RoleManagerPrototype" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="DNNMembership" /&amp;gt;&lt;BR&gt;   &amp;lt;remove name="Personalization" /&amp;gt;&lt;BR&gt;  &amp;lt;/httpModules&amp;gt;&lt;BR&gt; &lt;BR&gt;....&lt;/P&gt;&lt;P&gt;....&lt;BR&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/configuration&amp;gt;&lt;BR&gt;[/code]&lt;/P&gt;&lt;P&gt;Then you need to copy all the dll's for the httpmodules to the InstantKB's bin directory (yes, despite the fact that you removed them in the web.config).&lt;/P&gt;&lt;P&gt;Then it should work, if not, let me know.&lt;/P&gt;&lt;P&gt;Geert Veenstra&lt;BR&gt;DotNetNuke Core Team Member&lt;BR&gt;&lt;a target="_blank" href="http://www.cyberhuis.com/"&gt;http://www.cyberhuis.com&lt;/A&gt;</description><pubDate>Fri, 30 Sep 2005 04:45:19 GMT</pubDate><dc:creator>Geert Veenstra</dc:creator></item><item><title>I'm trying to get InstantKB.net to Live with my DNN Install</title><link>http://community.instantasp.co.uk/Topic6281-25-1.aspx</link><description>I'm trying to get both the KB and DNN to live on the same server, but when I install the KB as a sub-folder and go to it I recive this error!  Any help would be most helpful!&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;br&gt;Server Error in '/kb' Application.&lt;br&gt;--------------------------------------------------------------------------------&lt;br&gt;&lt;br&gt;Configuration Error &lt;br&gt;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. &lt;br&gt;&lt;br&gt;P***r Error Message: ?&lt;br&gt;&lt;br&gt;Source Error: &lt;br&gt;&lt;br&gt;&lt;br&gt;Line 32: 		&lt;!-- HttpModules for Common Functionality --&gt;&lt;br&gt;Line 33: 		&lt;httpModules&gt;&lt;br&gt;Line 34: 			&lt;add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" /&gt;&lt;br&gt;Line 35: 			&lt;add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" /&gt;&lt;br&gt;Line 36: 			&lt;add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" /&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;Source File: C:\DNN\DNN\DotNetNuke\web.config    Line: 34 &lt;br&gt;&lt;br&gt;Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.HttpModules.UrlRewrite' could not be loaded.&lt;br&gt;&lt;br&gt;&lt;br&gt;=== Pre-bind state information ===&lt;br&gt;LOG: DisplayName = DotNetNuke.HttpModules.UrlRewrite&lt;br&gt; (Partial)&lt;br&gt;LOG: Appbase = file:///C:/Inetpub/KB&lt;br&gt;LOG: Initial PrivatePath = bin&lt;br&gt;Calling assembly : (Unknown).&lt;br&gt;===&lt;br&gt;&lt;br&gt;LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).&lt;br&gt;LOG: Post-policy reference: DotNetNuke.HttpModules.UrlRewrite&lt;br&gt;LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/kb/a4a31214/58b44970/DotNetNuke.HttpModules.UrlRewrite.DLL.&lt;br&gt;LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/kb/a4a31214/58b44970/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.&lt;br&gt;LOG: Attempting download of new URL file:///C:/Inetpub/KB/bin/DotNetNuke.HttpModules.UrlRewrite.DLL.&lt;br&gt;LOG: Attempting download of new URL file:///C:/Inetpub/KB/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.DLL.&lt;br&gt;LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/kb/a4a31214/58b44970/DotNetNuke.HttpModules.UrlRewrite.EXE.&lt;br&gt;LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/kb/a4a31214/58b44970/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.&lt;br&gt;LOG: Attempting download of new URL file:///C:/Inetpub/KB/bin/DotNetNuke.HttpModules.UrlRewrite.EXE.&lt;br&gt;LOG: Attempting download of new URL file:///C:/Inetpub/KB/bin/DotNetNuke.HttpModules.UrlRewrite/DotNetNuke.HttpModules.UrlRewrite.EXE.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------------------------&lt;br&gt;Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573</description><pubDate>Mon, 02 May 2005 10:58:51 GMT</pubDate><dc:creator>Gjeret</dc:creator></item></channel></rss>