files required for asp.net debugging

R

robin9876

For debugging .aspx files with only .dll and .pdb file deplyed, are
there any other files required to debug?
 
C

Craig Deelsnyder

For debugging .aspx files with only .dll and .pdb file deplyed, are
there any other files required to debug?

That's it; the pdbs are the important part (beside the compiled code, of
course)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top