Hi, All
I am new in ASP dot net I made a page which is working fine in local machine
but when I am running this page on website it show error which is below .
*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.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>