I've got a user control that I've built that works fine in my test project, however when I add it to a content page in Umbraco, the page never loads. It almost looks like it is in some kind of infinite loop. This control just does a couple queries on another database to fill in some drop down boxes and nothing else. The web.config is updated with the appropriate connection strings so I know that's not the problem otherwise there would be runtime errors.
My question is, how in the world can I debug this usercontrol while inside Umbraco? Is there some process or way to setup visual studio so I can step through it while it is running in umbraco?
Debugging User Control
I've got a user control that I've built that works fine in my test project, however when I add it to a content page in Umbraco, the page never loads. It almost looks like it is in some kind of infinite loop. This control just does a couple queries on another database to fill in some drop down boxes and nothing else. The web.config is updated with the appropriate connection strings so I know that's not the problem otherwise there would be runtime errors.
My question is, how in the world can I debug this usercontrol while inside Umbraco? Is there some process or way to setup visual studio so I can step through it while it is running in umbraco?
Thanks.
Hi lucuma,
Have a look at this post, that should give you all the information you need.
Cheers,
Sascha
is working on a reply...