Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I have been facing an issue. I'm working with AjaxPro2.dll in my application. Sometimes the application runs successfully while sometimes there is no response. I don't even get any error message. Application is a web application in Asp.Net using C# and javascript, while exception handling is taken care of.
Please help how to solve this issue
Posted

1 solution

You have not shared enough information so that anyone can comment. You need to troubleshoot and see what is happening and where is the bottleneck.

Use Fiddler and see the request response calls - if and when they are happening. Was there any error code?
Further, do check logs on server. Event logs and your application log to see if anything was reported.

Until you narrow your issue down, it would be hard to resolve it or get any help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900