Page 1 of 1
How to debug custom controls?
Posted: Wed Oct 28, 2009 9:19 am
by ghghgh
I'm using the 30 Day demo so I do not have the source. How do you set things up so you can debug your code behind files when you make a custom control? Is this possible?
Re: How to debug custom controls?
Posted: Wed Oct 28, 2009 10:22 am
by jmestep
Yes, I don't do it remotely though. I just have the site on my dev box, set a breakpoint in the code, select Debug attach to process and select the IIS process for the site that is running. I have all my test sites set up in IIS, but you can run them from Visual Web Developer using debug.
Re: How to debug custom controls?
Posted: Wed Oct 28, 2009 11:35 am
by ghghgh
Thanks, I was having problems trying to debug the site remotely on the webserver that I first installed the demo on.
I ended up reinstallling the demo on my local pc and then opening the store up in devstudio as a website. I've had no problems debugging my user controls that way.