| Author: Danasegarane.A 03 Jan 2009 | Member Level: Diamond | Rating:  Points: 2 |
You are not allowing the error message to be printed on the client
Change this settings and run the application
<customErrors mode="Off" defaultRedirect="mycustompage.htm"/>[\code]
Thanks and Regards, Danasegarane Arunachalam
|
| Author: pinumalla prashant 03 Jan 2009 | Member Level: Gold | Rating:  Points: 2 |
make custom errors mode off . here your application is throwing exception in the code , debug the application and check it.
Best of Luck.... Regards, prashant, CENTRE FOR GOOD GOVERNANCE, HYDERABAD.
Best of Luck Regards, Pinumalla Prashant, System Designer, Centre for Good Governance, Jubilee hills. Centre for good governance
|
| Author: ShashiKant Gupta 07 Jan 2009 | Member Level: Gold | Rating:  Points: 2 |
This is not showing the actual exception, either change custom error mode to "Off" instead of "RemoteOnly" or try to run the application from the hosting machine itself, it will show the actual error.
|