I have a vb.net web application in visual web developer 2008 with a dll file and i n开发者_JAVA百科eed to debug a method in that dll.
I also have project source files for the dll file itself. How could i make the web application use the source instead of the dll file so that i'd be able to debug it?
I've tried debugging the dll project itself, but it's not a very good solution, because it seems the dll depends on the web application settings and data and it would simply be too much work to get it working.
If you have your web application running locally, open up your DLL project and then attach the debugger to IIS.
精彩评论