hi,
i want to use:
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
If removed customerrors working... what is problem here?
Go to the complete details ...