﻿<?xml version="1.0" encoding="utf-8"?><!--RSS Genrated: Sat, 18 May 2013 22:21:15 GMT--><rss version="2.0"><channel><title>IAB Singapore</title><link>http://www.mydomain.com</link><description>RSS document</description><item><author>Ranji David</author><title>Learnings from Millward Brown &amp;amp; Nielsen on Cross-Media Synergies at the IAB Singapore&amp;#39;s first I3 Breakfast!</title><link>http://www.iab.sg/Resources/tabid/70/ArticleID/29/ArtMID/472/Learnings-from-Millward-Brown--Nielsen-on-Cross-Media-Synergies-at-the-IAB-Singapores-first-I3-Breakfast.aspx</link><description><![CDATA[ The inaugural IAB I3 Breakfast Session on Thursday, May 31 st , 2012, proved to be a resounding success despite an early-morning downpour, as more than 70 guests from across the Publisher, Brand and ...]]></description><pubDate>Wed, 06 Jun 2012 01:10:00 GMT</pubDate></item><item><author>SuperUser Account</author><title>KYMCO Taiwan</title><link>http://www.iab.sg/Resources/tabid/70/ArticleID/9/ArtMID/472/KYMCO-Taiwan.aspx</link><description><![CDATA[ Client : KYMCO Country : Taiwan Industry : Automotive Agency : BBDO Target Audience : Females ages 18-25 Solutions/Products : MSN Objectives : Announce the launch of the new KYMCO MANY 100Fi scooter ...]]></description><pubDate>Wed, 11 Jan 2012 15:45:00 GMT</pubDate></item><item><author>SuperUser Account</author><title>COFCO China</title><link>http://www.iab.sg/Resources/tabid/70/ArticleID/8/ArtMID/472/COFCO-China.aspx</link><description><![CDATA[ Client : COFCO Country : China Industry : Food and Beverage Agency : Mediacom Target Audience : White collars who live in cities and mid to high socio-economic class Solutions/Products : MSN, ...]]></description><pubDate>Wed, 11 Jan 2012 15:31:00 GMT</pubDate></item><item><author>SuperUser Account</author><title>Nokia Indonesia</title><link>http://www.iab.sg/Resources/tabid/70/ArticleID/7/ArtMID/472/Nokia-Indonesia.aspx</link><description><![CDATA[ Client : Nokia Country : Indonesia Industry : Consumer Electronics - Telecommunications Agency : Interactive Indonesia Target Audience : 18-24 year olds Solutions/Products : Windows Live Messenger ...]]></description><pubDate>Wed, 11 Jan 2012 14:50:00 GMT</pubDate></item><item><author>SuperUser Account</author><title>Sony Japan</title><link>http://www.iab.sg/Resources/tabid/70/ArticleID/6/ArtMID/472/Sony-Japan.aspx</link><description><![CDATA[ Client: Sony Country: Japan Industry: Consumer Electronics Agency: Dentsu, Inc. Target Audience: Business people ages 20-50 Solutions/Products: MSN Objectives: Promote the new Sony VAIO X series ...]]></description><pubDate>Wed, 11 Jan 2012 13:55:00 GMT</pubDate></item></channel></rss><!DOCTYPE html>
<html>
    <head>
        <title>Cannot redirect after HTTP headers have been sent.</title>
        <meta name="viewport" content="width=device-width" />
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
         @media screen and (max-width: 639px) {
          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
         }
         @media screen and (max-width: 479px) {
          pre { width: 280px; }
         }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Cannot redirect after HTTP headers have been sent.</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

            <br><br>

            <b> Exception Details: </b>System.Web.HttpException: Cannot redirect after HTTP headers have been sent.<br><br>

            <b>Source Error:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code>

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug=&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Stack Trace:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

[HttpException (0x80004005): Cannot redirect after HTTP headers have been sent.]
   System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent) +9681972
   DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +333
   DotNetNuke.Framework.PageBase.OnError(EventArgs e) +562
   System.Web.UI.Page.HandleError(Exception e) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6695
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
   System.Web.UI.Page.ProcessRequest() +72
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +58
   ASP.default_aspx.ProcessRequest(HttpContext context) +4
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +69
</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <hr width=100% size=1 color=silver>

            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

            </font>

    </body>
</html>
<!-- 
[HttpException]: Cannot redirect after HTTP headers have been sent.
   at System.Web.HttpResponse.Redirect(String url, Boolean endResponse, Boolean permanent)
   at DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL)
   at DotNetNuke.Framework.PageBase.OnError(EventArgs e)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.default_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!-- 
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->