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
 

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

Back
Top