Debugging ASP.Net - Solution Model: Internet

  • Thread starter Thread starter Alfredo Barrientos
  • Start date Start date
A

Alfredo Barrientos

Hi,

I am trying to debug a internet solution with 4 kind of projects:

1. Presentation Layer: ASP.Net Pages
2. Service Interface Layer: Web Services
3. Business Layer: COM+ Classes
4. Data Layer: COM+ Classes

But in the same solution i am having problems with ASP.Net Pages and
Web Services, because they are figthing for the visual studio.net
debug.

I think i just can debug one web site per solution, isn't it?

Thanks,

Alfredo Barrientos
 
But in the same solution i am having problems with ASP.Net Pages and
Web Services, because they are figthing for the visual studio.net
debug.

I think i just can debug one web site per solution, isn't it?

Are all your projects in one solution?

If both projects are within one solution, you can break between multiple
projects (websites, dlls, web services, etc).

Not sure about multiple projects... never done it that way.
 
Hi,

Is it possible to debug two asp.net projects in the same solution?

Thanks,

Alfredo Barrientos
 
Back
Top