Home | News | Poll Grind | The India Factor | Profiles | Videos | Photo Gallery

  Latest News
Obama orders closure of Guantanamo Bay
Press Trust of India
US President Barack Obama on Thursday ordered the closure of the controversial Guantanamo Bay military detention centre in Cuba within a year, fulfilling one of his key poll promises.

He also signed an order to shut down all secret Central Intelligence Agency detention centers around the world.
Other Headlines
 Obama's approval rating beats predecessors: Poll
 Confidence in Obama remains high: Poll
 I think I messed up in nomination: Obama
 Hillary takes oath as Secy of State again
 Hillary owes $5.9 mn in debts from prez race: Report
  The India Factor
Obama appoints two more Indian-Americans to his legal team
Press Trust of India
US President Barack Obama has appointed two Indian-Americans, Rashad Hussain and Shomik Datta, to his legal team - the White House Counsel.
Other Headlines
  Gandhi made Obama possible: Congressmen
  India has no better friend, partner than the US: Obama
  Obama to bat for strong Indo-US ties
  Another Indian-American joins Obama's team

 

 


Runtime Error

Server Error in '/convergence' Application.

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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>