views:

24

answers:

0

Hi I have 2 different solutions, a web application solution and a service solution. Each is coded separately in solutions. The web application is using the generated dll of the service solution as a reference. Now I want to debug both of the solution. The web application is runned directly in IIS and I know how to debug a web application from IIS without hitting F5, just by attaching the process which is aspnet_wp.exe. For this I can only debug the solution for the web application solution, but I also want to debug the service solution which is in separate solution.

How can I do this?