first things first in web.config set
  <customErrors mode="On"/>
so that exact error message can be viewed..then troubleshoot yourself or
post the error here again for us to check

On Sun, Jun 13, 2010 at 1:51 PM, khurram jafri <[email protected]>wrote:

> 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>
>

Reply via email to