TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ashish Srivastava
NA
7
875
ASP.NET Application support and debugging
Jul 7 2014 4:20 PM
What are the best practices /steps to investigate if an ASP.net web application hosted on IIS with SQL server is not responding.
from programmer prospective i do start with the exact error message details.
I would like to know for an application available in production and if i have to start troubleshooting from production.
What if there is no specific error message (a blank page / delay in loading the page or may be while submitting or requesting for a specific action on a page).
Starting from IIS to SQL and then debug the same in VS if the issue is due to code,
what are the basic things i should be checking in IIS as a programmer ?
so that i can check if its SQL(including sql sp and trigger) via profiler or the source code (the c# code for business logic ) via VS.
Its been asked to me multiple times in interviews, and i always felt confused myself on this.
Reply
Answers (
3
)
How to display all data from database using MVC2
Button sends false for dynamic checkboxes after 2nd postback