 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Moc web conferencing tools</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/moc-web-conferencing-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/moc-web-conferencing-tools/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: eliyevelxan</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/moc-web-conferencing-tools/#comment-90557</link>
		<dc:creator>eliyevelxan</dc:creator>
		<pubDate>Thu, 07 Apr 2011 12:07:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-90557</guid>
		<description><![CDATA[Runtime Error 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;Off&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#039;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;system.web&gt;
        &lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;
    &lt;/system.web&gt;
&lt;/configuration&gt;]]></description>
		<content:encoded><![CDATA[<p>Runtime Error<br />
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. </p>
<p>Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &#8220;web.config&#8221; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &#8220;mode&#8221; attribute set to &#8220;Off&#8221;.</p>
<p>&lt;!&#8211; Web.Config Configuration File &#8211;&gt;</p>
<p>&lt;configuration&gt;<br />
    &lt;system.web&gt;<br />
        &lt;customErrors mode=&#8221;Off&#8221;/&gt;<br />
    &lt;/system.web&gt;<br />
&lt;/configuration&gt;</p>
<p>Notes: The current error page you are seeing can be replaced by a custom error page by modifying the &#8220;defaultRedirect&#8221; attribute of the application&#8217;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.</p>
<p>&lt;!&#8211; Web.Config Configuration File &#8211;&gt;</p>
<p>&lt;configuration&gt;<br />
    &lt;system.web&gt;<br />
        &lt;customErrors mode=&#8221;RemoteOnly&#8221; defaultRedirect=&#8221;mycustompage.htm&#8221;/&gt;<br />
    &lt;/system.web&gt;<br />
&lt;/configuration&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.037 seconds using memcached
Object Caching 267/273 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 11:35:03 -->