Troubleshoot Blank Page

Suppose You go to a web application and launch an application but hit a blank page. How will you Troubleshoot this problem?

Questions by ssg411

Showing Answers 1 - 3 of 3 Answers

Ben

  • Aug 30th, 2011
 

Web applications have multipple Http error codes that will help trouble shoot the issues. example 404 Error, 500 Internal Server error

In this case where we have a blank page,
1) we will try it in multiple browers first to see if its consistent
2) Clear the browser cache and cookies and try the same steps
3) Check the Server logs to see any exception
4) User Firebug to debug the webpage and inspect HTML

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions