<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CMS Archives - smallworkarounds</title>
	<atom:link href="https://www.smallworkarounds.com/category/cms/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/category/cms</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Mon, 20 Mar 2017 12:48:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>No web.config found inside the latest release of DotNetNuke</title>
		<link>https://www.smallworkarounds.com/2009/05/no-webconfig-found-inside-lates.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Sun, 31 May 2009 21:22:00 +0000</pubDate>
				<category><![CDATA[DevSoft Tweaks]]></category>
		<category><![CDATA[CMS]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/05/31/no-webconfig-found-inside-lates/</guid>

					<description><![CDATA[<p>If you have downloaded the latest version of DotNetNuke to play with it,and you have done all setup things correct [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/05/no-webconfig-found-inside-lates.html">No web.config found inside the latest release of DotNetNuke</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>If you have downloaded the latest version of DotNetNuke to play with it,and you have done all setup things correct still if you run the website then an error is thrown which says</h4>
<h4><i><u>Could not find file &#8220;c:inetpubwwwrootDotNetNukeweb.config&#8221;.</u></i></h4>
<div id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:26f9b02a-8e3d-4e3a-b041-02e3a5cbb12c" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;">
<pre class="c#">Exception Details: System.IO.FileNotFoundException: Could not find file "c:inetpubwwwrootDotNetNukeweb.config".

Source Error:

Line 44:             ' open the web.config file
Line 45:             Dim xmlDoc As New XmlDocument
Line 46:             xmlDoc.Load(Common.Globals.ApplicationMapPath &amp; "web.config")
Line 47:             Return xmlDoc
Line 48:         End Function</pre>
</div>
<p>This error is simply thrown as there is no web.config file inside the download if you have done whole source download.</p>
<p>This is because there are two other files called development.config and release.config</p>
<p>So the solution is just rename any of these files to web.config and you are done and ready to run your DotNetNuke installation.</p>
<p>Happy Programming!!!!!!!!!!!!!!!!!!!</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/05/no-webconfig-found-inside-lates.html">No web.config found inside the latest release of DotNetNuke</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sitefinity CMS Error:-&#034;&#8230;App_DataSearchAll-PagesIndex not a directory&#034; If this is the error while publishing or saving your pages then the solution is&#8230;.</title>
		<link>https://www.smallworkarounds.com/2008/12/sitefinity-cms-error-not-directory-if.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Mon, 01 Dec 2008 18:02:00 +0000</pubDate>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Sitefinity CMS]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2008/12/01/sitefinity-cms-error-not-directory-if/</guid>

					<description><![CDATA[<p>If this error  in Sitefinity CMS is driving you crazy then there is a simple solution to this problem which [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/sitefinity-cms-error-not-directory-if.html">Sitefinity CMS Error:-&quot;&#8230;App_DataSearchAll-PagesIndex not a directory&quot; If this is the error while publishing or saving your pages then the solution is&#8230;.</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If this error  in Sitefinity CMS is driving you crazy then there is a simple solution to this problem which is listed below. This error might be caused when there is some missing index folder. <strong>WorkAround</strong></p>
<ul>
<li>So the simple workaround is to go to Administrator tab.</li>
<li>Then in administrator go to Services and then to Search screen</li>
<li>This will initialize the services client and all missing folders will be recreated.</li>
</ul>
<p>Given below are the steps in images which will solve this problem</p>
<div id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:b3ae7ba4-2cec-44d9-8a03-ebde7bcb3f60" class="wlWriterSmartContent" style="display: inline; float: none; margin: 0px; padding: 0px;"><img fetchpriority="high" decoding="async" style="border: 2px;" src="http://lh3.ggpht.com/_UE1MjS8wccA/STQlfdllxJI/AAAAAAAAAeA/03CMe4-ZxGs/s800/CropperCapture%5B1%5D.jpg" width="800" height="157" /></div>
<p>The post <a href="https://www.smallworkarounds.com/2008/12/sitefinity-cms-error-not-directory-if.html">Sitefinity CMS Error:-&quot;&#8230;App_DataSearchAll-PagesIndex not a directory&quot; If this is the error while publishing or saving your pages then the solution is&#8230;.</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
