I deployed published code of my website which is made in visual studio 2005 to my system's IIS. Website is working fine.
Same code is deployed to QC environment for testing, but code is not working well there. At QC environment we are getting some error : "Unable to get records. Object reference not set to an instance of an object."
I am not getting that error to my local code.
Can you please suggest how can i debug the code with my local Visual Studio, code is deployed to QC's system ?
w3wp.exeprocess for relevant application pool, then send the request and see whats going on there. – Habib Feb 21 at 6:03