How to debug custom controls?
How to debug custom controls?
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?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: How to debug custom controls?
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.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: How to debug custom controls?
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.
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.