I am deploying a web site written by someone else. It requires quite a lot of resouces which I am not sure I have them all. Now the site is encountering "Object reference not set to an instance of an object" error, which I belive is caused by some missing resouces.
There may be 2 kinds of situations.
- some files are missing.
- files are there but missing some content in it.
I am wondering if there's a way to detect what resource are being looked for when the error happend. Could IIS logging or tracing be helpful? Or any other suggestions?
Thanks.