I have a website that ive deployed to a testing server and its not functioning correctly. Ive setup the remote debugging monitor on the testing server and i can connect to it from my development machine. How do i actually debug it ? If i run the website from IIS which process do i attach to ? How do i set breakpoints ? (are they set in my dev machine ?) All I have on the testing server are the assemblies, pdb files and the asociated website file (.aspx, images, etc). Im slightly confused as to how remote debugging would actually work. Can anyone help ?
↧