Hi
I am using asp.net 2.0 . i have created ajax enabled website it works good in local machine but
after uploading on the webserver i have got the following error
<!-- 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
can any one solve this issue and tell me what are the steps to be taken to upload ajax enabled website on the server for ur kind info i am using asp.net2.0
plz send me ur suggestion its very very urgent