| |
Newsletter 
  RSS
NDTV.com
Updated: November 07, 2009 23:01 IST
   What's New:   Classifieds   |   Auto   |   Jobs   |   Tutoring US only
In Defence
Nothing can stop India from testing: Kalam

Ex-President Dr APJ Abdul Kalam, who has supported the Indo-US nuclear deal, spoke exclusively to NDTV in his first reaction a day after the NSG waiver to the nuke deal. more »

Kakodkar warns India may quit

In an exclusive interview with NDTV, Chairman of the Atomic Energy Commission, Dr Anil Kakodkar has said that India is not ready to accept any new conditions in the NSG draft. more »

The Left & Right of it
PM must resign now: Karat

Accusing Manmohan Singh of "lying" on Indo-US nuclear deal, the CPM demanded his resignation. more »
Govt has failed miserably: Sinha

BJP says there is a huge difference between what the US is telling its Congress and what our govt is saying. more »

On Camera

 


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>