debuging web controls

  • Thread starter Thread starter Vincent Finn
  • Start date Start date
V

Vincent Finn

Hi,

I have some controls (VB.Net) written be someone else
They are loaded using an asp page

How can I debug the contol?
I have tried attaching the process to IExplorer and aspnet_wp.exe but
I get nothing, no breakpoints are hit

I have also tried setting the "Start URL" in the project to the
correct page but it simple displays a message box saying
"Error while trying to run project"

I assume it is something simple but I can't find it in the MSDN or on
the web

Vin
 
* Vincent Finn said:
I have some controls (VB.Net) written be someone else
They are loaded using an asp page

How can I debug the contol?
I have tried attaching the process to IExplorer and aspnet_wp.exe but
I get nothing, no breakpoints are hit

Do you have the source code of the controls?
 
Do you have the source code of the controls?

I do
I have been trying to attach from the project that builds the controls

I the debugging tab I have it set with a "Start URL" and ASP.Net
debugging enabled
In the build tab I am generating debug information

but when I run it, it tells me that the project isn't configured to be
debugged

Vin
 
Back
Top